libyuv/unit_test
Frank Barchard 312c02a5aa Fixes for SplitUVPlane_16 and MergeUVPlane_16
Planar functions pass depth instead of scale factor.
Row functions pass shift instead of depth.  Add assert to C.
AVX shift instruction expects a single shift value in XMM.
Neon pass shift as input (not output).
Split Neon reimplemented as left shift on shorts by negative to achieve right shift.
Add planar unitests

Bug: libyuv:888
Change-Id: I8fe62d3d777effc5321c361cd595c58b7f93807e
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2782086
Reviewed-by: richard winterton <rrwinterton@gmail.com>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
2021-03-24 21:37:10 +00:00
..
testdata Add unittest TestLinuxMipsMsaMmi. 2020-04-16 19:51:27 +00:00
basictypes_test.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
color_test.cc Rounding added to scaling upsampler 2021-02-10 18:51:02 +00:00
compare_test.cc Disable tests via macro that refer to row.h 2019-08-20 18:44:36 +00:00
convert_test.cc Add RAWToJ420 2021-03-23 23:45:54 +00:00
cpu_test.cc Add unittest TestLinuxMipsMsaMmi. 2020-04-16 19:51:27 +00:00
cpu_thread_test.cc clamp C functions use compare 2020-07-16 22:03:34 +00:00
math_test.cc Disable tests via macro that refer to row.h 2019-08-20 18:44:36 +00:00
planar_test.cc Fixes for SplitUVPlane_16 and MergeUVPlane_16 2021-03-24 21:37:10 +00:00
rotate_argb_test.cc Upstream all libyuv changes to version 1746 Prefetch for all arm functions - helps performance at higher resolutions Make MirrorPlane function public. 2020-03-21 20:19:44 +00:00
rotate_test.cc Add LIBYUV_API to NV12ToABGR and I444Rotate, I444Scale 2019-05-14 01:18:06 +00:00
scale_argb_test.cc Add RAWToJ420 2021-03-23 23:45:54 +00:00
scale_test.cc Add 12 bit YUV to 10 bit RGB 2021-03-05 01:09:37 +00:00
scale_uv_test.cc Add 12 bit YUV to 10 bit RGB 2021-03-05 01:09:37 +00:00
unit_test.cc Add 12 bit YUV to 10 bit RGB 2021-03-05 01:09:37 +00:00
unit_test.h clang-tidy and clang-format applied reland 2018-02-21 23:30:38 +00:00
video_common_test.cc Add support for AR64 format 2021-03-13 20:55:21 +00:00