1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libswscale/x86
Ramiro Polla 61e851381f swscale/yuv2rgb/x86: remove mmx/mmxext yuv2rgb functions
These functions are either slower or barely faster than the C LUT
yuv2rgb code.
2024-07-04 11:12:47 +02:00
..
hscale_fast_bilinear_simd.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
input.asm swscale/x86/input: add AVX2 optimized RGB32 to YUV functions 2024-06-09 13:43:11 -03:00
Makefile swscale/x86: add sse2 and avx2 {lum,chr}ConvertRange 2024-06-16 00:35:51 +02:00
output.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
range_convert.asm swscale/x86/range_convert: add missing AVX2 preprocessor wrapper 2024-06-16 10:09:38 -03:00
rgb2rgb.c swscale/x86/rgb2rgb: add missing wrap for ff_uyvytoyuv422_avx2 2024-06-09 15:56:52 -03:00
rgb_2_rgb.asm swscale/x86/rgb_2_rgb: add missing wrap to ff_uyvytoyuv422_avx2 2024-06-09 16:04:36 -03:00
scale_avx2.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
scale.asm avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulation 2024-03-17 13:52:27 +01:00
swscale_template.c swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
swscale.c swscale/x86: add sse2 and avx2 {lum,chr}ConvertRange 2024-06-16 00:35:51 +02:00
w64xmmtest.c
yuv2rgb_template.c swscale/yuv2rgb/x86: remove mmx/mmxext yuv2rgb functions 2024-07-04 11:12:47 +02:00
yuv2rgb.c swscale/yuv2rgb/x86: remove mmx/mmxext yuv2rgb functions 2024-07-04 11:12:47 +02:00
yuv2yuvX.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
yuv_2_rgb.asm swscale/yuv2rgb/x86: remove mmx/mmxext yuv2rgb functions 2024-07-04 11:12:47 +02:00