[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.15, Sat Dec 18 16:02:00 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,

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

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