Skip to content
Snippets Groups Projects
Commit 4396a8f7 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Disable the loop filter until I get a chance to fix it.

svn path=/trunk/theora/; revision=12878
parent a2085e91
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ void oc_state_vtable_init_x86(oc_theora_state *_state){
_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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment