[svn] / trunk / xvidcore / src / motion / motion_est.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/motion_est.c

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

revision 259, Sat Jul 6 17:04:57 2002 UTC revision 267, Sun Jul 7 11:42:38 2002 UTC
# Line 173  Line 173 
173    
174          const VECTOR zeroMV = { 0, 0 };          const VECTOR zeroMV = { 0, 0 };
175    
176          long long time;          int64_t time;
177          int32_t x, y;          int32_t x, y;
178          int32_t iIntra = 0;          int32_t iIntra = 0;
179          VECTOR pmv;          VECTOR pmv;
# Line 2034  Line 2034 
2034    
2035          backupMV = *currMV;                     /* save best prediction, actually only for EXTSEARCH */          backupMV = *currMV;                     /* save best prediction, actually only for EXTSEARCH */
2036    
2037          if (MotionFlags & PMV_USESQUARES8)          if (MotionFlags & PMV_USESQUARES16)
2038                  MainSearchPtr = Square16_MainSearch;                  MainSearchPtr = Square16_MainSearch;
2039          else          else
2040           if (MotionFlags & PMV_ADVANCEDDIAMOND8)           if (MotionFlags & PMV_ADVANCEDDIAMOND16)
2041                  MainSearchPtr = AdvDiamond16_MainSearch;                  MainSearchPtr = AdvDiamond16_MainSearch;
2042          else          else
2043                  MainSearchPtr = Diamond16_MainSearch;                  MainSearchPtr = Diamond16_MainSearch;

Legend:
Removed from v.259  
changed lines
  Added in v.267

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