# HG changeset patch # User diego # Date 1206204396 0 # Node ID 2653d9f33b8a8c99e90bf9dcceab47a70a97929e # Parent 404a656698ffbdd65ad64a038fafe22804e8b3f1 cosmetics: typo fixes diff -r 404a656698ff -r 2653d9f33b8a postprocess.c --- a/postprocess.c Sat Mar 22 16:43:07 2008 +0000 +++ b/postprocess.c Sat Mar 22 16:46:36 2008 +0000 @@ -50,7 +50,7 @@ * I do not have a 3DNow! CPU -> it is untested, but no one said it does not work so it seems to work # more or less selfinvented filters so the exactness is not too meaningful E = Exact implementation -e = allmost exact implementation (slightly different rounding,...) +e = almost exact implementation (slightly different rounding,...) a = alternative / approximate impl c = checked against the other implementations (-vo md5) p = partially optimized, still some work to do @@ -178,7 +178,8 @@ } #endif -// The horizontal Functions exist only in C cuz the MMX code is faster with vertical filters and transposing +/* The horizontal functions exist only in C because the MMX + * code is faster with vertical filters and transposing. */ /** * Check if the given 8x8 Block is mostly "flat" diff -r 404a656698ff -r 2653d9f33b8a postprocess_template.c --- a/postprocess_template.c Sat Mar 22 16:43:07 2008 +0000 +++ b/postprocess_template.c Sat Mar 22 16:46:36 2008 +0000 @@ -606,7 +606,7 @@ src+= stride*4; asm volatile( -#if 0 //sligtly more accurate and slightly slower +#if 0 //slightly more accurate and slightly slower "pxor %%mm7, %%mm7 \n\t" // 0 "lea (%0, %1), %%"REG_a" \n\t" "lea (%%"REG_a", %1, 4), %%"REG_c" \n\t"