# HG changeset patch # User michael # Date 1116660915 0 # Node ID 546993e42dbc4be0e6bcb26c51d0b5538ff2e23e # Parent 5ae98082715832c8bc2407edd7f8ce205440d288 disable broken loop filter optimization melanson please test your optimizations before commiting! diff -r 5ae980827158 -r 546993e42dbc vp3.c --- a/vp3.c Sat May 21 05:20:52 2005 +0000 +++ b/vp3.c Sat May 21 07:35:15 2005 +0000 @@ -2395,7 +2395,7 @@ stride, 8); } - +#if 0 /* do not perform left edge filter for left columns frags */ if ((x > 0) && (s->all_fragments[i].coding_method != MODE_COPY)) { @@ -2433,6 +2433,7 @@ output_plane + s->all_fragments[i + fragment_width].first_pixel + stride, stride, bounding_values); } +#endif } } } @@ -3254,7 +3255,7 @@ STOP_TIMER("render_fragments")} {START_TIMER -// apply_loop_filter(s); + apply_loop_filter(s); STOP_TIMER("apply_loop_filter")} #if KEYFRAMES_ONLY }