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

Diff of /xvidcore/src/motion/estimation.h

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

revision 1.1.2.2, Tue Sep 30 18:20:31 2003 UTC revision 1.1.2.4, Fri Oct 3 14:23:00 2003 UTC
# Line 77  Line 77 
77          VECTOR predMV;          VECTOR predMV;
78          VECTOR * currentMV;          VECTOR * currentMV;
79          VECTOR * currentQMV;          VECTOR * currentQMV;
         VECTOR * currentMV2;  
80          VECTOR * currentQMV2;          VECTOR * currentQMV2;
81          int32_t * iMinSAD;          int32_t * iMinSAD;
82          int32_t * iMinSAD2;          int32_t * iMinSAD2;
# Line 111  Line 110 
110          uint32_t iQuant;          uint32_t iQuant;
111          uint32_t quant_type;          uint32_t quant_type;
112          int * cbp;          int * cbp;
113            const uint16_t * scan_table;
114    
115  } SearchData;  } SearchData;
116    

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.4

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