diff libpostproc/postprocess.c @ 2040:5de466b3360e libavcodec

per line lowpass filter in mmx
author michael
date Fri, 28 May 2004 13:23:53 +0000
parents f25e485a7850
children b996fbe0a7e7
line wrap: on
line diff
--- a/libpostproc/postprocess.c	Thu May 27 21:42:00 2004 +0000
+++ b/libpostproc/postprocess.c	Fri May 28 13:23:53 2004 +0000
@@ -117,6 +117,7 @@
 
 #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;