summaryrefslogtreecommitdiff
path: root/libavcodec/i386/vc1dsp_mmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/i386/vc1dsp_mmx.c')
-rw-r--r--libavcodec/i386/vc1dsp_mmx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/i386/vc1dsp_mmx.c b/libavcodec/i386/vc1dsp_mmx.c
index 7fe473e21d..418c2bd407 100644
--- a/libavcodec/i386/vc1dsp_mmx.c
+++ b/libavcodec/i386/vc1dsp_mmx.c
@@ -25,6 +25,7 @@
*/
#include "dsputil.h"
+#include "dsputil_mmx.h"
#include "x86_cpu.h"
/** Add rounder from mm7 to mm3 and pack result at destination */
@@ -103,9 +104,6 @@ static void vc1_put_ver_16b_shift2_mmx(int16_t *dst,
);
}
-/** To remove bias allowing use of MMX 16bits arithmetic */
-DECLARE_ALIGNED_16(static const uint64_t, ff_pw_128) = 0x0080008000800080ULL;
-
/**
* Data is already unpacked, so some operations can directly be made from
* memory.