Diego Biurrun
|
6655c933a8
|
x86: dsputil: Move fpel declarations to a separate header
|
11 years ago |
Diego Biurrun
|
b0be1ae792
|
x86: avcodec: Add a bunch of missing #includes for av_cold
|
11 years ago |
Diego Biurrun
|
e998b56362
|
x86: avcodec: Consistently structure CPU extension initialization
|
12 years ago |
Diego Biurrun
|
6369ba3c9c
|
x86: avcodec: Use convenience macros to check for CPU flags
|
12 years ago |
Diego Biurrun
|
3ac7fa81b2
|
Consistently use "cpu_flags" as variable/parameter name for CPU flags
|
12 years ago |
Diego Biurrun
|
1399931d07
|
x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
The header is not (anymore) MMX-specific.
|
12 years ago |
Luca Barbato
|
a8b6015823
|
dsputil: convert remaining functions to use ptrdiff_t strides
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
12 years ago |
Diego Biurrun
|
096cc11ec1
|
x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
|
12 years ago |
Diego Biurrun
|
26301caaa1
|
x86: mmx2 ---> mmxext in asm constructs
|
13 years ago |
Diego Biurrun
|
6c104826bd
|
x86: vc1dsp: port to cpuflags
|
13 years ago |
Diego Biurrun
|
c37322e68c
|
x86: Move optimization suffix to end of function names
This simplifies cpuflags porting.
|
13 years ago |
Janne Grunau
|
7e522859fc
|
x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
|
13 years ago |