[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.12.2.1, Fri Dec 9 05:07:31 2005 UTC
# Line 40  Line 40 
40  #define MV16_INTER_BIAS 450  #define MV16_INTER_BIAS 450
41    
42  /* vector map (vlc delta size) smoother parameters ! float !*/  /* vector map (vlc delta size) smoother parameters ! float !*/
43  #define NEIGH_TEND_16X16                10.5  #define NEIGH_TEND_16X16                0.6
44  #define NEIGH_TEND_8X8                  40.0  #define NEIGH_TEND_8X8                  1.5
45    
46  #define NEIGH_8X8_BIAS                  40  #define NEIGH_8X8_BIAS                  40
47    
48  #define BITS_MULT                               16  #define BITS_MULT                               16
# Line 114  Line 115 
115          const uint16_t * scan_table; /* current scan table */          const uint16_t * scan_table; /* current scan table */
116          const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */          const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */
117          int lambda[6];                          /* R-D lambdas for all 6 blocks */          int lambda[6];                          /* R-D lambdas for all 6 blocks */
118            unsigned int quant_sq;          /* quant squared - saves many multiplications in VHQ */
119    
120  } SearchData;  } SearchData;
121    
# Line 191  Line 193 
193                                           VECTOR * b_predMV,                                           VECTOR * b_predMV,
194                                           const uint32_t MotionFlags,                                           const uint32_t MotionFlags,
195                                           const MBParam * const pParam,                                           const MBParam * const pParam,
196                                           int x, int y);                                           int x, int y,
197                                             int best_sad);
198    
199  unsigned int  unsigned int
200  getMinFcode(const int MVmax);  getMinFcode(const int MVmax);

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

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