diff x86/vc1dsp_mmx.c @ 12205:d38e8565ba05 libavcodec

VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) and chroma (width=8).
author rbultje
date Tue, 20 Jul 2010 22:58:56 +0000
parents 846779f6b164
children fe243bb5ef61
line wrap: on
line diff
--- a/x86/vc1dsp_mmx.c	Tue Jul 20 22:04:18 2010 +0000
+++ b/x86/vc1dsp_mmx.c	Tue Jul 20 22:58:56 2010 +0000
@@ -73,8 +73,6 @@
     "movq      %%mm"#R1", "#OFF"(%1)   \n\t"    \
     "add       %2, %0                  \n\t"
 
-DECLARE_ALIGNED(16, const uint64_t, ff_pw_9) = 0x0009000900090009ULL;
-
 /** Sacrifying mm6 allows to pipeline loads from src */
 static void vc1_put_ver_16b_shift2_mmx(int16_t *dst,
                                        const uint8_t *src, x86_reg stride,