comparison postprocess.c @ 88:8181b013dafa libpostproc

typo fixes
author diego
date Wed, 12 Mar 2008 23:58:46 +0000
parents 47ff4bd209cd
children 261d086649c5
comparison
equal deleted inserted replaced
87:7ed41146fb7e 88:8181b013dafa
45 CubicIpolDeinterlace a e e* 45 CubicIpolDeinterlace a e e*
46 LinBlendDeinterlace e E E* 46 LinBlendDeinterlace e E E*
47 MedianDeinterlace# E Ec Ec 47 MedianDeinterlace# E Ec Ec
48 TempDeNoiser# E e e Ec 48 TempDeNoiser# E e e Ec
49 49
50 * i do not have a 3DNow! CPU -> it is untested, but no one said it does not work so it seems to work 50 * I do not have a 3DNow! CPU -> it is untested, but no one said it does not work so it seems to work
51 # more or less selfinvented filters so the exactness is not too meaningful 51 # more or less selfinvented filters so the exactness is not too meaningful
52 E = Exact implementation 52 E = Exact implementation
53 e = allmost exact implementation (slightly different rounding,...) 53 e = allmost exact implementation (slightly different rounding,...)
54 a = alternative / approximate impl 54 a = alternative / approximate impl
55 c = checked against the other implementations (-vo md5) 55 c = checked against the other implementations (-vo md5)