1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libswscale/x86
Alan Kelly a6724285fd sws: allow avx2 hscale to process inputs of any size.
The main loop processes blocks of 16 pixels. The tail processes blocks
of size 4.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2022-08-18 16:24:48 +02:00
..
hscale_fast_bilinear_simd.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
input.asm swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
Makefile libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes. 2021-12-15 20:04:59 -03:00
output.asm swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
rgb2rgb_template.c swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functions 2022-06-22 13:35:38 +02:00
rgb2rgb.c swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functions 2022-06-22 13:35:38 +02:00
rgb_2_rgb.asm libswscale/x86/rgb2rgb: add shuffle_bytes avx2 2021-10-15 10:59:20 +02:00
scale_avx2.asm sws: allow avx2 hscale to process inputs of any size. 2022-08-18 16:24:48 +02:00
scale.asm swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
swscale_template.c swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
swscale.c sws: Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxext 2022-08-18 16:19:13 +02:00
w64xmmtest.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
yuv2rgb_template.c swscale/x86/yuv2rgb: Remove obsolete MMX functions 2022-06-22 13:35:50 +02:00
yuv2rgb.c swscale/x86/yuv2rgb: Remove obsolete MMX functions 2022-06-22 13:35:50 +02:00
yuv2yuvX.asm libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext 2021-04-01 20:47:52 +02:00
yuv_2_rgb.asm swscale/x86/yuv2rgb: Remove obsolete MMX functions 2022-06-22 13:35:50 +02:00