[xiph-commits] r12879 - trunk/theora/lib/dec/x86

tterribe at svn.xiph.org tterribe at svn.xiph.org
Mon Apr 16 07:40:18 PDT 2007


Author: tterribe
Date: 2007-04-16 07:40:18 -0700 (Mon, 16 Apr 2007)
New Revision: 12879

Modified:
   trunk/theora/lib/dec/x86/x86state.c
Log:
Disable the loop filter correctly this time.


Modified: trunk/theora/lib/dec/x86/x86state.c
===================================================================
--- trunk/theora/lib/dec/x86/x86state.c	2007-04-16 14:23:24 UTC (rev 12878)
+++ trunk/theora/lib/dec/x86/x86state.c	2007-04-16 14:40:18 UTC (rev 12879)
@@ -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_c;
     _state->opt_vtable.restore_fpu=oc_restore_fpu_mmx;
   }
   else oc_state_vtable_init_c(_state);



More information about the commits mailing list