FFmpeg/libswscale
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
..
aarch64 swscale/aarch64/rgb2rgb: add deinterleaveBytes neon implementation 2024-09-06 23:05:09 +02:00
arm libswscale: arm: Don't assume aligned output in yuv2rgb functions 2024-08-19 23:04:52 +03:00
loongarch swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure. 2024-07-28 19:02:16 +02:00
ppc swscale/ppc/swscale_ppc_template: Reindent after the previous commit 2024-04-04 16:47:21 +02:00
riscv swscale/rgb2rgb: enable R-V V deinterleaveBytes 2024-09-04 22:04:11 +03:00
tests
x86 swscale/x86/rgb2rgb: fix deinterleaveBytes writing past the end of the buffers 2024-09-06 23:05:04 +02:00
alphablend.c
bayer_template.c
gamma.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
half2float.c
hscale_fast_bilinear.c
hscale.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
input.c
libswscale.v
log2_tab.c
Makefile
options.c swscale/options: relax src/dst_h/v_chr_pos value range 2024-08-16 11:43:37 +02:00
output.c swscale/output: don't leave the alpha channel undefined in vuyx and xv36le 2024-08-13 14:49:41 -03:00
rgb2rgb_template.c
rgb2rgb.c
rgb2rgb.h
slice.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
swscale_internal.h swscale: export ff_copyPlane so it may be used by simd code 2024-08-26 11:04:46 +02:00
swscale_unscaled.c swscale: export ff_copyPlane so it may be used by simd code 2024-08-26 11:04:46 +02:00
swscale.c swscale/swscale: Use ptrdiff_t for linesize computations 2024-07-07 23:36:30 +02:00
swscale.h swscale: document SWS_FULL_CHR_H_* flags 2024-08-16 11:43:37 +02:00
swscaleres.rc
utils.c swscale/utils: fix leak on threaded ctx init failure 2024-07-14 13:48:59 +02:00
version_major.h
version.c
version.h
vscale.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
yuv2rgb.c swscale/yuv2rgb: add yuv42{0,2}p -> gbrp unscaled colorspace converters 2024-08-18 22:26:11 +02:00