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

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

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

revision 1.58.2.30, Thu Aug 28 11:14:04 2003 UTC revision 1.58.2.31, Thu Aug 28 11:17:29 2003 UTC
# Line 2252  Line 2252 
2252    
2253                  if (*Data->iMinSAD > 4 * MAX_SAD00_FOR_SKIP) { /* diamond only if needed */                  if (*Data->iMinSAD > 4 * MAX_SAD00_FOR_SKIP) { /* diamond only if needed */
2254                          unsigned int mask = make_mask(pmv, 3, *Data->dir);                          unsigned int mask = make_mask(pmv, 3, *Data->dir);
2255                          DiamondSearch(Data->currentMV->x, Data->currentMV->y, Data, 255/*mask*/, CheckCandidate32I);                          DiamondSearch(Data->currentMV->x, Data->currentMV->y, Data, mask, CheckCandidate32I);
2256                  }                  }
2257          }          }
2258    

Legend:
Removed from v.1.58.2.30  
changed lines
  Added in v.1.58.2.31

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