X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=test_util.h;h=1de5d2582ad0058c10b4156707fe19cdbc3da090;hb=3aa8b8d095636e410d29605396bf15a2cccc01e6;hp=6a3e16b49836f483448e453769c1ac440fc8d344;hpb=2fdbe6e32ef5de09db9c890b6cd4355bf65dd1e5;p=movit diff --git a/test_util.h b/test_util.h index 6a3e16b..1de5d25 100644 --- a/test_util.h +++ b/test_util.h @@ -16,6 +16,6 @@ private: unsigned width, height; }; -void expect_equal(const float *ref, const float *result, unsigned width, unsigned height); +void expect_equal(const float *ref, const float *result, unsigned width, unsigned height, float largest_difference_limit = 1.5 / 255.0, float rms_limit = 0.2 / 255.0); #endif // !defined(_TEST_UTIL_H)