[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.29, Thu Aug 28 11:06:15 2003 UTC revision 1.58.2.30, Thu Aug 28 11:14:04 2003 UTC
# Line 2245  Line 2245 
2245    
2246          if (*Data->iMinSAD > 4 * MAX_SAD00_FOR_SKIP) {          if (*Data->iMinSAD > 4 * MAX_SAD00_FOR_SKIP) {
2247    
2248  //              if (!vector_repeats(pmv, 1))                  if (!vector_repeats(pmv, 1))
2249                          CheckCandidate32I(pmv[1].x, pmv[1].y, Data, 1);                          CheckCandidate32I(pmv[1].x, pmv[1].y, Data, 1);
2250  //              if (!vector_repeats(pmv, 2))                  if (!vector_repeats(pmv, 2))
2251                          CheckCandidate32I(pmv[2].x, pmv[2].y, Data, 2);                          CheckCandidate32I(pmv[2].x, pmv[2].y, Data, 2);
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, 255/*mask*/, CheckCandidate32I);
2256                  }                  }
2257          }          }

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

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