ffmpeg/libswscale
Rémi Denis-Courmont 1a4bd76ea5 swscale/rgb2rgb: remove R-V V shuffle_bytes_3012
This is slower than the Zbb version on real hardware due to register
strides. Proper support for vector byte-swap requires the Zvbb
extension, but it's much too early for me to worry about it.
2023-10-02 22:28:38 +03:00
..
aarch64
arm
loongarch swscale/la: Add following builtin optimized functions 2023-05-25 21:05:15 +02:00
ppc
riscv swscale/rgb2rgb: remove R-V V shuffle_bytes_3012 2023-10-02 22:28:38 +03:00
tests
x86
Makefile
alphablend.c
bayer_template.c
gamma.c
half2float.c
hscale.c
hscale_fast_bilinear.c
input.c swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
libswscale.v
log2_tab.c
options.c
output.c swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c
slice.c
swscale.c avutil/internal: Don't auto-include emms.h 2023-09-04 11:04:45 +02:00
swscale.h
swscale_internal.h
swscale_unscaled.c swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
swscaleres.rc
utils.c swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
version.c
version.h swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
version_major.h
vscale.c
yuv2rgb.c