Displaying 1 result from an estimated 1 matches for "frag_bot".
2005 Aug 17
2
MMX loop filter for theora-exp
...lter_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 non-intuitively on purpose.
@@ -1004,16 +1014,16 @@
     while(frag<frag_end){
       if(frag->coded){
         if(frag>frag0){
-          loo...