diff postproc/swscale_template.c @ 6679:5c4beb993674

fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway) some typos some warning fixes
author michael
date Tue, 09 Jul 2002 17:01:52 +0000
parents ab152b72e359
children 064ada190b6c
line wrap: on
line diff
--- a/postproc/swscale_template.c	Tue Jul 09 10:14:55 2002 +0000
+++ b/postproc/swscale_template.c	Tue Jul 09 17:01:52 2002 +0000
@@ -112,8 +112,8 @@
 		".balign 16			\n\t"\
 		"1:				\n\t"\
 		"movl %1, %%edx			\n\t" /* -chrFilterSize */\
-		"movl %3, %%ebx			\n\t" /* chrMmxFilter+lumFilterSize */\
-		"movl %7, %%ecx			\n\t" /* chrSrc+lumFilterSize */\
+		"movl %3, %%ebx			\n\t" /* chrMmxFilter+chrFilterSize */\
+		"movl %7, %%ecx			\n\t" /* chrSrc+chrFilterSize */\
 		"pxor %%mm3, %%mm3		\n\t"\
 		"pxor %%mm4, %%mm4		\n\t"\
 		"2:				\n\t"\