[xiph-commits] r12878 - trunk/theora/lib/dec/x86
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Mon Apr 16 07:23:24 PDT 2007
Author: tterribe
Date: 2007-04-16 07:23:24 -0700 (Mon, 16 Apr 2007)
New Revision: 12878
Modified:
trunk/theora/lib/dec/x86/x86state.c
Log:
Disable the loop filter until I get a chance to fix it.
Modified: trunk/theora/lib/dec/x86/x86state.c
===================================================================
--- trunk/theora/lib/dec/x86/x86state.c 2007-04-16 14:10:07 UTC (rev 12877)
+++ trunk/theora/lib/dec/x86/x86state.c 2007-04-16 14:23:24 UTC (rev 12878)
@@ -29,8 +29,8 @@
_state->opt_vtable.frag_recon_inter2=oc_frag_recon_inter2_mmx;
_state->opt_vtable.state_frag_copy=oc_state_frag_copy_mmx;
_state->opt_vtable.state_frag_recon=oc_state_frag_recon_mmx;
- _state->opt_vtable.state_loop_filter_frag_rows=
- oc_state_loop_filter_frag_rows_mmx;
+ /*_state->opt_vtable.state_loop_filter_frag_rows=
+ oc_state_loop_filter_frag_rows_mmx;*/
_state->opt_vtable.restore_fpu=oc_restore_fpu_mmx;
}
else oc_state_vtable_init_c(_state);
More information about the commits
mailing list