libyuv/unit_test
Frank Barchard c1bac9e6a5 RAWToJ444 and ARGBToJ444
- ARGBToJ444 implements ARGBToUVJ444Row_C
- RAWToJ444 implemented as 2 steps - RAWToARGB and ARGBToJ444

libyuv_test '--gunit_filter=*R*To?444_Opt' --libyuv_width=1280 --libyuv_height=720 --libyuv_repeat=1000 --libyuv_flags=-1 --libyuv_cpu_info=-1
(with bit exact off)

Samsung S23
RAWToJ444_Opt (437 ms)
ARGBToJ444_Opt (337 ms)
ARGBToI444_Opt (196 ms)

Skylake Xeon
RAWToJ444_Opt (1699 ms)
ARGBToJ444_Opt (1559 ms)
ARGBToI444_Opt (346 ms)

Bug: 390247964
Change-Id: Id1b1b45a5e4512ab50830aadf62f780fbe631575
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6207845
Reviewed-by: Wan-Teh Chang <wtc@google.com>
2025-01-29 15:18:38 -08:00
..
testdata [AArch64] getauxval(AT_HWCAP{,2}) feature detection, attempt #2 2024-04-25 21:26:31 +00:00
basictypes_test.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
color_test.cc YUY2ToNV12 using YUY2ToY and YUY2ToNVUV 2022-09-30 22:41:21 +00:00
compare_test.cc fix compare row test for avx2 which does 64 bytes per loop 2021-04-06 22:37:25 +00:00
convert_argb_test.cc Apply clang format 2025-01-02 13:31:20 -08:00
convert_test.cc RAWToJ444 and ARGBToJ444 2025-01-29 15:18:38 -08:00
cpu_test.cc avx10_2 detect 2025-01-21 13:53:19 -08:00
cpu_thread_test.cc Fix -Wmissing-prototypes warnings 2024-08-12 19:08:24 +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 J420ToI420 using planar 8 bit scaling 2025-01-22 02:50:24 -08:00
rotate_argb_test.cc Fix -Wmissing-prototypes warnings 2024-08-12 19:08:24 +00:00
rotate_test.cc Transpose 4x4 for SSE2 and AVX2 2023-03-03 17:46:23 +00:00
scale_argb_test.cc Apply clang format 2025-01-02 13:31:20 -08:00
scale_plane_test.cc Fix -Wmissing-prototypes warnings 2024-08-12 19:08:24 +00:00
scale_rgb_test.cc Enable 256x144 scale tests for libyuv 2022-07-13 11:08:29 +00:00
scale_test.cc Apply clang format 2025-01-02 13:31:20 -08:00
scale_uv_test.cc cpuid for arm/mips/riscv initialize buffer 2023-04-27 22:46:27 +00:00
unit_test.cc avx10_2 detect 2025-01-21 13:53:19 -08:00
unit_test.h Validate memory right after malloc 2024-08-21 00:07:37 +00:00
video_common_test.cc Add support for AR64 format 2021-03-13 20:55:21 +00:00