[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.5, Thu Jul 8 07:12:54 2004 UTC revision 1.6, Sun Jul 18 11:48:08 2004 UTC
# Line 116  Line 116 
116          unsigned int cbp[2];                                    /* CBP of the best vector found so far + cbp for inter4v search */          unsigned int cbp[2];                                    /* CBP of the best vector found so far + cbp for inter4v search */
117          const uint16_t * scan_table; /* current scan table */          const uint16_t * scan_table; /* current scan table */
118          const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */          const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */
119            int lambda[6];                          /* R-D lambdas for all 6 blocks */
120    
121  } SearchData;  } SearchData;
122    
# Line 182  Line 183 
183                  const IMAGE * const vGMC,                  const IMAGE * const vGMC,
184                  const int coding_type);                  const int coding_type);
185    
186    void
187    ModeDecision_BVOP_RD(SearchData * const Data_d,
188                                             SearchData * const Data_b,
189                                             SearchData * const Data_f,
190                                             SearchData * const Data_i,
191                                             MACROBLOCK * const pMB,
192                                             const MACROBLOCK * const b_mb,
193                                             VECTOR * f_predMV,
194                                             VECTOR * b_predMV,
195                                             const uint32_t MotionFlags,
196                                             const MBParam * const pParam,
197                                             int x, int y);
198    
199    
200  #endif                                                  /* _ESTIMATION_H_ */  #endif                                                  /* _ESTIMATION_H_ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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