1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-09 00:37:18 +02:00
Files
DROOdotFOO d9e2239f3c swscale/aarch64/yuv2rgb_neon: 2 lines at a time, yuva420p
Alpha is full resolution, so each row loads its own 16 alpha bytes
via process_row's \rsrcA arg.

Test Name                                A55-gcc            M1-clang             A76-gcc
----------------------------------------------------------------------------------------
yuva420p_to_argb_neon            22607.6 (1.16x)        39.2 (1.24x)     13631.6 (1.12x)
yuva420p_to_rgba_neon            22608.2 (1.16x)        38.3 (1.21x)     13912.8 (1.12x)
yuva420p_to_abgr_neon            23074.6 (1.16x)        38.8 (1.22x)     14492.1 (1.08x)
yuva420p_to_bgra_neon            23079.7 (1.16x)        39.9 (1.19x)     14472.6 (1.08x)

Co-authored-by: Ramiro Polla <ramiro.polla@gmail.com>
Signed-off-by: DROOdotFOO <drew@axol.io>
2026-06-06 19:38:40 +02:00
..
2026-06-03 23:53:47 +02:00
2026-04-28 12:29:37 +00:00
2025-07-22 19:56:34 +02:00