libyuv/unit_test
Frank Barchard d13db1b437 RGB565ToI420 C matches SIMD ARGB4444, RGB565 and ARGB1555 C versions mimic AVX and Neon
Neon move prfm after loads for all functions.  Example performance improvement
Was
I444ToARGB_Opt (3275 ms)
I444ToNV12_Opt (1509 ms)
Now
I444ToARGB_Opt (2751 ms)
I444ToNV12_Opt (1367 ms)

Bug: libyuv:447
Change-Id: I78bf797b3600084c1eceb0be44cdbc9a575de803
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2189559
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Reviewed-by: richard winterton <rrwinterton@gmail.com>
2020-05-08 19:25:24 +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 ARGBToY use 8 bit precision instead of 7 bit. 2019-10-07 23:01:10 +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 RGB565ToI420 C matches SIMD ARGB4444, RGB565 and ARGB1555 C versions mimic AVX and Neon 2020-05-08 19:25:24 +00:00
cpu_test.cc Add unittest TestLinuxMipsMsaMmi. 2020-04-16 19:51:27 +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 Disable tests via macro that refer to row.h 2019-08-20 18:44:36 +00:00
planar_test.cc ARGBToI420 C version match SIMD 2020-05-06 22:24:55 +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 Upstream minor changes. Faster tests, Faster YUV Rotate180 and Mirror 2019-11-13 20:02:40 +00:00
scale_test.cc RGB24Mirror function 2020-03-24 20:13:08 +00:00
unit_test.cc RGB24ToJ420 for full range YUV 2019-05-29 02:40:22 +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 H420 and H422 to ConvertToARGB() 2018-06-26 22:52:42 +00:00