ffmpeg/libavcodec/x86
Ronald S. Bultje 960490c0b2 avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.
Don't use word-size multiplications if size == 2, and if we're using
SIMD instructions (size >= 8), complete leftover 4byte sets using movd,
not mov. Both of these changes lead to minor speedups.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-27 15:02:48 +01:00
..
Makefile Merge commit '2ddb35b91131115c094d90e04031451023441b4d' 2013-10-06 11:50:01 +02:00
ac3dsp.asm
ac3dsp_init.c
cabac.h avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMPILER 2013-10-26 15:06:55 +02:00
cavsdsp.c
constants.c
constants.h
dct32.asm
dct_init.c
deinterlace.asm
dirac_dwt.c
dirac_dwt.h
diracdsp_mmx.c
diracdsp_mmx.h
diracdsp_yasm.asm
dnxhdenc.c
dsputil.asm
dsputil_init.c avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext init 2013-10-15 02:06:12 +02:00
dsputil_mmx.c Merge commit '2ddb35b91131115c094d90e04031451023441b4d' 2013-10-06 11:50:01 +02:00
dsputil_qns_template.c
dsputil_x86.c Merge commit '2ddb35b91131115c094d90e04031451023441b4d' 2013-10-06 11:50:01 +02:00
dsputil_x86.h
dsputilenc.asm
dsputilenc_mmx.c Merge commit '258414d0771845d20f646ffe4d4e60f22fba217c' 2013-10-06 11:31:01 +02:00
dwt_yasm.asm
fdct.c Merge remote-tracking branch 'qatar/master' 2013-10-07 11:37:47 +02:00
fft.asm x86: Fix compilation with nasm on PPC & OS/2 2013-10-08 12:36:19 +02:00
fft.h
fft_init.c
fmtconvert.asm
fmtconvert_init.c
fpel.asm
fpel_mmx.c
h263_loopfilter.asm
h264_chromamc.asm
h264_chromamc_10bit.asm
h264_deblock.asm Merge commit 'bbe4a6db44f0b55b424a5cc9d3e89cd88e250450' 2013-10-08 11:23:00 +02:00
h264_deblock_10bit.asm
h264_i386.h
h264_idct.asm Merge remote-tracking branch 'qatar/master' 2013-10-08 12:10:02 +02:00
h264_idct_10bit.asm
h264_intrapred.asm
h264_intrapred_10bit.asm
h264_intrapred_init.c
h264_qpel.c
h264_qpel_8bit.asm
h264_qpel_10bit.asm
h264_weight.asm
h264_weight_10bit.asm
h264chroma_init.c
h264dsp_init.c
hpeldsp.asm
hpeldsp_init.c
hpeldsp_mmx.c
hpeldsp_rnd_template.c
idct_mmx_xvid.c Merge commit '0b8b2ae5e93d616c2ece59f7175f483154cff918' 2013-10-06 11:25:22 +02:00
idct_sse2_xvid.c Merge commit '0b8b2ae5e93d616c2ece59f7175f483154cff918' 2013-10-06 11:25:22 +02:00
idct_xvid.h
imdct36.asm
lpc.c
mathops.h
mlpdsp.c
motion_est.c
mpeg4qpel.asm
mpegaudiodsp.c
mpegvideo.c
mpegvideoenc.c
mpegvideoenc_template.c
pngdsp.asm
pngdsp_init.c
proresdsp.asm
proresdsp_init.c
qpel.asm
rnd_mmx.c
rnd_template.c
rv34dsp.asm
rv34dsp_init.c
rv40dsp.asm
rv40dsp_init.c
sbrdsp.asm
sbrdsp_init.c
simple_idct.c
snowdsp.c
v210-init.c
v210.asm
vc1dsp.asm
vc1dsp.h
vc1dsp_init.c
vc1dsp_mmx.c
videodsp.asm avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD. 2013-10-27 15:02:48 +01:00
videodsp_init.c avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86 simd as such. 2013-10-24 13:36:55 +02:00
vorbisdsp.asm
vorbisdsp_init.c
vp3dsp.asm
vp3dsp_init.c
vp6dsp.asm
vp6dsp_init.c
vp8dsp.asm
vp8dsp_init.c
vp9dsp.asm avcodec/x86/vp9dsp: Fix compilation with nasm. 2013-10-08 02:27:12 +02:00
vp9dsp_init.c Full-pixel MC functions. 2013-10-02 21:03:15 -04:00
vp56_arith.h
w64xmmtest.c