1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
FFmpeg/libswscale/aarch64
Ramiro Polla d8848325a6 swscale/aarch64/rgb2rgb: add deinterleaveBytes neon implementation
A55               A76
deinterleave_bytes_c:             70342.0           34497.5
deinterleave_bytes_neon:          21594.5 ( 3.26x)   5535.2 ( 6.23x)
deinterleave_bytes_aligned_c:     71340.8           34651.2
deinterleave_bytes_aligned_neon:   8616.8 ( 8.28x)   3996.2 ( 8.67x)
2024-09-06 23:05:09 +02:00
..
hscale.S lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d 2023-11-28 15:54:49 +02:00
input.S swscale/aarch64: Add argb/abgr to yuv 2024-07-05 16:32:31 +08:00
Makefile swscale/aarch64: add nv24/nv42 to yuv420p unscaled converter 2024-08-26 11:04:46 +02:00
output.S aarch64: Reindent all assembly to 8/24 column indentation 2023-10-21 23:25:54 +03:00
range_convert_neon.S swscale/aarch64: add neon {lum,chr}ConvertRange 2024-06-18 23:12:41 +02:00
rgb2rgb_neon.S swscale/aarch64/rgb2rgb: add deinterleaveBytes neon implementation 2024-09-06 23:05:09 +02:00
rgb2rgb.c swscale/aarch64/rgb2rgb: add deinterleaveBytes neon implementation 2024-09-06 23:05:09 +02:00
swscale_unscaled_neon.S swscale/aarch64: cosmetics fix (spaces inside curly braces) 2024-08-26 11:07:49 +02:00
swscale_unscaled.c swscale/aarch64: add nv24/nv42 to yuv420p unscaled converter 2024-08-26 11:04:46 +02:00
swscale.c swscale/aarch64: Add argb/abgr to yuv 2024-07-05 16:32:31 +08:00
yuv2rgb_neon.S libswscale: aarch64: Fix the indentation of some macro invocations 2024-08-22 14:40:30 +03:00