From c7eec5817045b3ee0dc7196f43571ff45af2ef61 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Wed, 21 Jul 2010 10:02:03 +0000 Subject: Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c Should fix compilation with icc and should help prevent any future duplicates Originally committed as revision 24380 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/vc1dsp_mmx.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavcodec/x86/vc1dsp_mmx.c') diff --git a/libavcodec/x86/vc1dsp_mmx.c b/libavcodec/x86/vc1dsp_mmx.c index 4cb201db1a..3ce097894d 100644 --- a/libavcodec/x86/vc1dsp_mmx.c +++ b/libavcodec/x86/vc1dsp_mmx.c @@ -212,13 +212,6 @@ static void OPNAME ## vc1_shift2_mmx(uint8_t *dst, const uint8_t *src,\ VC1_SHIFT2(OP_PUT, put_) VC1_SHIFT2(OP_AVG, avg_) -/** - * Filter coefficients made global to allow access by all 1 or 3 quarter shift - * interpolation functions. - */ -DECLARE_ASM_CONST(16, uint64_t, ff_pw_53) = 0x0035003500350035ULL; -DECLARE_ASM_CONST(16, uint64_t, ff_pw_18) = 0x0012001200120012ULL; - /** * Core of the 1/4 and 3/4 shift bicubic interpolation. * -- cgit v1.2.3