[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.14, Sun Nov 28 15:18:21 2010 UTC revision 1.16, Fri Dec 24 13:21:35 2010 UTC
# Line 177  Line 177 
177                  const IMAGE * const pCurrent,                  const IMAGE * const pCurrent,
178                  const IMAGE * const pRef,                  const IMAGE * const pRef,
179                  const IMAGE * const vGMC,                  const IMAGE * const vGMC,
180                  const int coding_type);                  const int coding_type,
181                    const int bound);
182    
183  void  void
184  xvid_me_ModeDecision_Fast(SearchData * const Data,  xvid_me_ModeDecision_Fast(SearchData * const Data,
# Line 191  Line 192 
192                  const IMAGE * const pCurrent,                  const IMAGE * const pCurrent,
193                  const IMAGE * const pRef,                  const IMAGE * const pRef,
194                  const IMAGE * const vGMC,                  const IMAGE * const vGMC,
195                  const int coding_type);                  const int coding_type,
196                    const int bound);
197    
198  void  void
199  ModeDecision_BVOP_RD(SearchData * const Data_d,  ModeDecision_BVOP_RD(SearchData * const Data_d,
# Line 206  Line 208 
208                                           const uint32_t VopFlags,                                           const uint32_t VopFlags,
209                                           const MBParam * const pParam,                                           const MBParam * const pParam,
210                                           int x, int y,                                           int x, int y,
211                                           int best_sad);                                           int best_sad,
212                                             int force_direct);
213    
214  unsigned int  unsigned int
215  getMinFcode(const int MVmax);  getMinFcode(const int MVmax);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

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