Frank Barchard a4ec5cf9c2 UVScale down use AVX2 and Neon for aarch32
Intel SkylakeX
Was SSSE3 UVScaleDownBy4_Box (2496 ms)
Now AVX2  UVScaleDownBy4_Box (1983 ms)

Was SSSE3 UVScaleDownBy2_Box (380 ms)
Now AVX2  UVScaleDownBy2_Box (360 ms)

Pixel 4 aarch32
Was UVScaleDownBy4_Box (4295 ms)
Now UVScaleDownBy4_Box (3307 ms)

Was UVScaleDownBy2_Box (1022 ms)
Now UVScaleDownBy2_Box (778 ms)

Bug: libuyv:838
Change-Id: Ic823fa15e5761c1b9a897da27341adbf1ed39883
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2470196
Reviewed-by: richard winterton <rrwinterton@gmail.com>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
2020-10-14 06:23:26 +00:00
..
basic_types.h Disable old int types by default. 2018-07-09 21:16:47 +00:00
compare_row.h libyuv:loongson optimize compare/row/scale/rotate files with mmi. 2018-07-20 22:53:04 +00:00
compare.h Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
convert_argb.h Add J420AlphaToARGB and colortests for bt.709 and rec.2020 2020-06-24 00:57:28 +00:00
convert_from_argb.h 2x down sample for UV planes ported to SSSE3 / NEON 2020-10-13 21:42:15 +00:00
convert_from.h I420ToARGB prototype added to convert_from.h 2020-10-02 21:05:10 +00:00
convert.h Remove M420 and refactor NV12ToI420 2020-05-26 18:48:00 +00:00
cpu_id.h Add unittest TestLinuxMipsMsaMmi. 2020-04-16 19:51:27 +00:00
macros_msa.h Add MirrorUVRow_MSA. 2020-06-04 04:12:24 +00:00
mjpeg_decoder.h add YUV24 and AYUV formats 2019-03-05 02:53:56 +00:00
planar_functions.h YUV to RGB Matrix functions for color space support 2020-05-19 16:59:29 +00:00
rotate_argb.h Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_row.h Restore the file mode for source files 2018-08-06 18:53:32 +00:00
rotate.h Apply clang format to libyuv source 2020-04-01 18:07:34 +00:00
row.h Rollback of ARGBAttentuate 2020-07-13 21:55:13 +00:00
scale_argb.h Switch to C99 types 2018-01-23 19:16:05 +00:00
scale_row.h UVScale down use AVX2 and Neon for aarch32 2020-10-14 06:23:26 +00:00
scale_uv.h NV12Scale function and ScaleUV for packed UV plane bilinear scaling 2020-09-29 23:49:05 +00:00
scale.h NV12Scale function using split/merge on UV channal 2020-09-28 20:13:21 +00:00
version.h 2x down sample for UV planes ported to SSSE3 / NEON 2020-10-13 21:42:15 +00:00
video_common.h Remove M420 and refactor NV12ToI420 2020-05-26 18:48:00 +00:00