[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.9, Wed Dec 8 12:43:48 2004 UTC revision 1.10, Thu Dec 9 04:58:12 2004 UTC
# Line 114  Line 114 
114          const uint16_t * scan_table; /* current scan table */          const uint16_t * scan_table; /* current scan table */
115          const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */          const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */
116          int lambda[6];                          /* R-D lambdas for all 6 blocks */          int lambda[6];                          /* R-D lambdas for all 6 blocks */
117            unsigned int quant_sq;          /* quant squared - saves many multiplications in VHQ */
118    
119  } SearchData;  } SearchData;
120    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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