search for: fplane

Displaying 2 results from an estimated 2 matches for "fplane".

Did you mean: plane
2005 Aug 17
2
MMX loop filter for theora-exp
..._fragy_end){ + _state->opt_vtable.oc_state_loop_filter_frag_rows(_state,_bv,_refi, + _pli,_fragy0,_fragy_end); +} + +void oc_state_loop_filter_frag_rows_c(oc_theora_state *_state,int *_bv, + int _refi,int _pli,int _fragy0,int _fragy_end){ theora_img_plane *iplane; oc_fragment_plane *fplane; oc_fragment *frag_top; @@ -987,6 +996,7 @@ oc_fragment *frag_end; oc_fragment *frag0_end; oc_fragment *frag_bot; + _bv+=256; iplane=_state->ref_frame_bufs[_refi]+_pli; fplane=_state->fplanes+_pli; /*The following loops are constructed somewhat no...
2010 Jul 24
2
theorarm build
Hi all-- I tried building the ARM-optimized theora codec from the theorarm- merge-branch, and encountered the following compile and runtime problems before getting something to run. If there is another way to build it, it would be nice to know, but I got the sense that its current state in svn is incomplete. I'm using a gcc cross-compiler for ARM on an x86 Linux PC. After running