aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/libpostproc/postprocess.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-05-28 13:23:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-05-28 13:23:53 +0000
commit39d89b69666b1f8596c9edc8bfdc29a70610fb68 (patch)
treec631995af14ddb2d4c5ec518d58cb079f0733d1c /libavcodec/libpostproc/postprocess.c
parent792a5a7c6a0edcf7f496387e29aa38ad5756241f (diff)
downloadffmpeg-39d89b69666b1f8596c9edc8bfdc29a70610fb68.tar.gz
per line lowpass filter in mmx
Originally committed as revision 3166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc/postprocess.c')
-rw-r--r--libavcodec/libpostproc/postprocess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libpostproc/postprocess.c b/libavcodec/libpostproc/postprocess.c
index 7337e54f28..2ab85071bc 100644
--- a/libavcodec/libpostproc/postprocess.c
+++ b/libavcodec/libpostproc/postprocess.c
@@ -117,6 +117,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
#ifdef ARCH_X86
static uint64_t __attribute__((aligned(8))) attribute_used w05= 0x0005000500050005LL;
+static uint64_t __attribute__((aligned(8))) attribute_used w04= 0x0004000400040004LL;
static uint64_t __attribute__((aligned(8))) attribute_used w20= 0x0020002000200020LL;
static uint64_t __attribute__((aligned(8))) attribute_used b00= 0x0000000000000000LL;
static uint64_t __attribute__((aligned(8))) attribute_used b01= 0x0101010101010101LL;