ffmpeg/libswscale/x86
Diego Biurrun 994c4bc107 x86util: Port all macros to cpuflags
Also do some small cosmetic changes: Drop pointless _MMX suffix from ABSD2
macro name, drop pointless check for MMX support, we always assume MMX is
available in our SIMD code, fix spelling.
2017-03-14 17:23:32 +01:00
..
Makefile build: Generalize yasm/nasm-related variable names 2017-03-01 10:18:15 +01:00
input.asm
output.asm cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rgb2rgb.c swscale: Add proper ff_ prefix to init functions 2016-07-16 17:38:37 +02:00
rgb2rgb_template.c build: Generalize yasm/nasm-related variable names 2017-03-01 10:18:15 +01:00
scale.asm x86util: Port all macros to cpuflags 2017-03-14 17:23:32 +01:00
swscale.c swscale: x86: Add some forgotten 12-bit planar YUV cases 2016-10-12 17:39:30 +02:00
swscale_template.c swscale: Add input support for 12-bit formats 2016-10-12 17:39:30 +02:00
w64xmmtest.c
yuv2rgb.c
yuv2rgb_template.c