X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.cpp;h=c8337d279966e5f0552530fd3107765f5835cb71;hp=4e37cec3fdd82900831f5b55fa34d905b80bb4c1;hb=7e5058708668a431d1ca90d85271ec868ec94c32;hpb=4b9b81cf1a7a4cd58de803c99f13e60ea0288969 diff --git a/test_util.cpp b/test_util.cpp index 4e37cec..c8337d2 100644 --- a/test_util.cpp +++ b/test_util.cpp @@ -82,7 +82,7 @@ void expect_equal(const float *ref, const float *result, unsigned width, unsigne } const float largest_difference_limit = 1.5 / 255.0; - const float rms_limit = 0.5 / 255.0; + const float rms_limit = 0.2 / 255.0; EXPECT_LT(largest_difference, largest_difference_limit);