[cvs] / xvidcore / src / global.h Repository:
ViewVC logotype

Diff of /xvidcore/src/global.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21.2.10, Wed Oct 1 23:23:00 2003 UTC revision 1.25, Fri Dec 9 04:45:35 2005 UTC
# Line 204  Line 204 
204    
205          /* encoder specific */          /* encoder specific */
206    
         VECTOR mv16;  
207          VECTOR pmvs[4];          VECTOR pmvs[4];
208          VECTOR qmvs[4];                         /* mvs in quarter pixel resolution */          VECTOR qmvs[4];                         /* mvs in quarter pixel resolution */
209    
# Line 214  Line 213 
213          int dquant;          int dquant;
214          int cbp;          int cbp;
215    
216            /* lambda for these blocks */
217            int lambda[6];
218    
219          /* bframe stuff */          /* bframe stuff */
220    
221          VECTOR b_mvs[4];          VECTOR b_mvs[4];
222          VECTOR b_qmvs[4];          VECTOR b_qmvs[4];
223    
         int mb_type;  
   
         /*  
          * stuff for block based ME (needed for Qpel ME)  
          * backup of last integer ME vectors/sad  
          */  
   
224          VECTOR amv; /* average motion vectors from GMC  */          VECTOR amv; /* average motion vectors from GMC  */
225          int32_t mcsel;          int32_t mcsel;
226    
227            VECTOR  mvs_avg;      //CK average of field motion vectors
228    
229  /* This structure has become way to big! What to do? Split it up?   */  /* This structure has become way to big! What to do? Split it up?   */
230    
231  }  }

Legend:
Removed from v.1.21.2.10  
changed lines
  Added in v.1.25

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4