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

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

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

revision 1.11, Mon Mar 14 00:47:08 2005 UTC revision 1.12, Mon May 23 09:29:43 2005 UTC
# Line 389  Line 389 
389    
390          int xo = 2*data->currentMV[0].x, yo = 2*data->currentMV[0].y;          int xo = 2*data->currentMV[0].x, yo = 2*data->currentMV[0].y;
391    
392          data->currentQMV[0].x = v_best.x = xo;          data->currentQMV[0].x = v_best.x = v_best2.x = xo;
393          data->currentQMV[0].y = v_best.y = yo;          data->currentQMV[0].y = v_best.y = v_best2.y = yo;
394    
395          data->qpel_precision = 1;          data->qpel_precision = 1;
396    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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