mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 16:58:01 +02:00
tests/color-icc-output: reduce tolerance on BT2020 MAT
I don't know when this was improved, I just noticed that we can reduce the tolerance here. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
556272bae9
commit
c24685d14b
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ static const struct setup_args my_setup_args[] = {
|
|||
{ { "sRGB->sRGB MAT VCGT" }, 3, &pipeline_sRGB, 0.9, 0, PTYPE_MATRIX_SHAPER, 0.0000, {1.1, 1.2, 1.3} },
|
||||
{ { "sRGB->adobeRGB MAT" }, 1, &pipeline_adobeRGB, 1.6, 0, PTYPE_MATRIX_SHAPER },
|
||||
{ { "sRGB->adobeRGB MAT VCGT" }, 4, &pipeline_adobeRGB, 1.0, 0, PTYPE_MATRIX_SHAPER, 0.0000, {1.1, 1.2, 1.3} },
|
||||
{ { "sRGB->BT2020 MAT" }, 2, &pipeline_BT2020, 1.1, 0, PTYPE_MATRIX_SHAPER },
|
||||
{ { "sRGB->BT2020 MAT" }, 2, &pipeline_BT2020, 0.9, 0, PTYPE_MATRIX_SHAPER },
|
||||
{ { "sRGB->sRGB CLUT" }, 0, &pipeline_sRGB, 1.8, 17, PTYPE_CLUT, 0.01 },
|
||||
{ { "sRGB->sRGB CLUT VCGT" }, 3, &pipeline_sRGB, 1.3, 17, PTYPE_CLUT, 0.01, {1.1, 1.2, 1.3} },
|
||||
{ { "sRGB->adobeRGB CLUT" }, 1, &pipeline_adobeRGB, 1.8, 17, PTYPE_CLUT, 0.0065 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue