diff postproc/postprocess.c @ 9070:8b2dde0dccf6

C implementation of the median deinterlacer (seems to be the only one that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually.
author rfelker
date Thu, 23 Jan 2003 04:19:24 +0000
parents e547ce712577
children 1e8f3293a822
line wrap: on
line diff
--- a/postproc/postprocess.c	Thu Jan 23 02:12:15 2003 +0000
+++ b/postproc/postprocess.c	Thu Jan 23 04:19:24 2003 +0000
@@ -34,7 +34,7 @@
 LinIpolDeinterlace	e		E	E*
 CubicIpolDeinterlace	a		e	e*
 LinBlendDeinterlace	e		E	E*
-MedianDeinterlace#	 	Ec	Ec
+MedianDeinterlace#	E	Ec	Ec
 TempDeNoiser#		E		e	e
 
 * i dont have a 3dnow CPU -> its untested, but noone said it doesnt work so it seems to work