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

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

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

revision 1443, Thu Apr 22 13:39:33 2004 UTC revision 1506, Sun Jul 18 11:51:44 2004 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: estimation.h,v 1.4 2004-04-22 13:39:33 syskin Exp $   * $Id: estimation.h,v 1.6 2004-07-18 11:48:08 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# 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 149  Line 150 
150  MainSearchFunc xvid_me_DiamondSearch, xvid_me_AdvDiamondSearch, xvid_me_SquareSearch;  MainSearchFunc xvid_me_DiamondSearch, xvid_me_AdvDiamondSearch, xvid_me_SquareSearch;
151    
152  void  void
153  xvid_me_SubpelRefine(SearchData * const data, CheckFunc * const CheckCandidate, int dir);  xvid_me_SubpelRefine(VECTOR centerMV, SearchData * const data, CheckFunc * const CheckCandidate, int dir);
154    
155  void  void
156  FullRefine_Fast(SearchData * data, CheckFunc * CheckCandidate, int direction);  FullRefine_Fast(SearchData * data, CheckFunc * CheckCandidate, int direction);
# 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.1443  
changed lines
  Added in v.1506

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