[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.13.2.9, Fri Jan 31 22:25:18 2003 UTC revision 1.21, Fri Feb 21 14:49:28 2003 UTC
# Line 133  Line 133 
133    
134          VECTOR b_mvs[4];          VECTOR b_mvs[4];
135          VECTOR b_qmvs[4];          VECTOR b_qmvs[4];
 //      VECTOR b_pmvs[1];  
   
         // bframe direct mode  
   
 //      VECTOR directmv[4];  
 //      VECTOR deltamv;  
136    
137          int mb_type;          int mb_type;
         int dbquant;  
138    
139          // stuff for block based ME (needed for Qpel ME)          // stuff for block based ME (needed for Qpel ME)
140          // backup of last integer ME vectors/sad          // backup of last integer ME vectors/sad
141    
 //      VECTOR i_mv16;  
         VECTOR i_mvs[4];  
   
         int32_t i_sad8[4];      // SAD values for inter4v-VECTORs  
 //      int32_t i_sad16;        // SAD value for inter-VECTOR  
   
142          VECTOR amv; // average motion vectors from GMC          VECTOR amv; // average motion vectors from GMC
143          int32_t mcsel;          int32_t mcsel;
144    
# Line 160  Line 147 
147  }  }
148  MACROBLOCK;  MACROBLOCK;
149    
150  static __inline int8_t  static __inline uint32_t
151  get_dc_scaler(uint32_t quant,  get_dc_scaler(uint32_t quant,
152                            uint32_t lum)                            uint32_t lum)
153  {  {

Legend:
Removed from v.1.13.2.9  
changed lines
  Added in v.1.21

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