[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.20, Sat Jun 28 15:52:10 2003 UTC revision 1.58.2.21, Thu Jul 10 17:41:48 2003 UTC
# Line 492  Line 492 
492          if ( (x > data->max_dx) || (x < data->min_dx)          if ( (x > data->max_dx) || (x < data->min_dx)
493                  || (y > data->max_dy) || (y < data->min_dy) ) return;                  || (y > data->max_dy) || (y < data->min_dy) ) return;
494    
495          sad = sad32v_c(data->Cur, data->RefP[0] + (x>>1) + (y>>1)*(data->iEdgedWidth),          sad = sad32v_c(data->Cur, data->RefP[0] + (int)((x>>1) + (y>>1)*(data->iEdgedWidth)),
496                                          data->iEdgedWidth, data->temp+1);                                          data->iEdgedWidth, data->temp+1);
497    
498          if (sad < *(data->iMinSAD)) {          if (sad < *(data->iMinSAD)) {

Legend:
Removed from v.1.58.2.20  
changed lines
  Added in v.1.58.2.21

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