Open GoogleCodeExporter opened 8 years ago
The following unittests contain EXPECT_NEAR and are likely not exact:
color_test.cc
convert_test.cc
math_test.cc
planar_test.cc
scale_color_test.cc
version_test.cc
The following unittests contain a diff threshold and are likely not exact:
compare_test.cc
scale_argb_test.cc
scale_test.cc
The following unittests do not contain NEAR or diff and are likely exact:
basictypes_test.cc
cpu_test.cc
rotate_argb_test.cc
rotate_test.cc
video_common_test.cc
Original comment by fbarch...@google.com
on 30 Jun 2015 at 7:38
in planar_test attenuate, unattenuate and interpolate have differences
Original comment by fbarch...@google.com
on 1 Jul 2015 at 8:25
Lower priority because C code can be avoided now, using SIMD for any width.
Conversion unittests used to rely on C vs SIMD, but new tests compare 1 step vs
2 step, so SIMD can be validated without C code.
Many functions would work without C code at all.
Original comment by fbarch...@chromium.org
on 14 Nov 2015 at 2:59
Original issue reported on code.google.com by
fbarch...@chromium.org
on 3 Jun 2015 at 10:37