libyuv/unit_test
Frank Barchard 98a0a157dc Expect YUV to RGB to match exactly for C and SIMD
Unit tests to convert YUV to RGB previously allowed some error
for differences in implementation between C and SIMD versions,
and there were differences with Intel SSE2 vs ARM NEON.
Now those differences are resolved, the unittest can expect
exactness.

Bug: libyuv:447
Test: LibYUVConvertTest.I420ToARGB_Any
Change-Id: I00fe342523deba9420eb71812d09a8e89dc641a0
Reviewed-on: https://chromium-review.googlesource.com/946563
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
2018-03-02 19:09:38 +00:00
..
testdata Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux. 2014-09-22 18:30:17 +00:00
basictypes_test.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
color_test.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
compare_test.cc tidy applied with all cppcoreguidelines and google 2018-02-07 02:28:25 +00:00
convert_test.cc Expect YUV to RGB to match exactly for C and SIMD 2018-03-02 19:09:38 +00:00
cpu_test.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
cpu_thread_test.cc MaskCpuFlags return cpuinfo so InitCpuFlags can call it 2017-05-24 22:27:03 +00:00
math_test.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
planar_test.cc ByteToFloatRow_NEON to convert and scale bytes to floats 2018-02-24 00:34:07 +00:00
rotate_argb_test.cc clang-format libyuv 2016-11-07 17:37:23 -08:00
rotate_test.cc clang-format libyuv 2016-11-07 17:37:23 -08:00
scale_argb_test.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
scale_test.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
unit_test.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
unit_test.h clang-tidy and clang-format applied reland 2018-02-21 23:30:38 +00:00
video_common_test.cc 10 bit YUV to 10 bit BGR 2018-02-15 22:44:36 +00:00