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

Diff of /xvidcore/src/decoder.c

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

revision 1.37.2.6, Wed Oct 30 18:01:48 2002 UTC revision 1.37.2.7, Wed Oct 30 23:11:48 2002 UTC
# Line 362  Line 362 
362    
363                  if (dec->quarterpel)                  if (dec->quarterpel)
364                  {                  {
365                          uv_dx = (uv_dx >> 2) + roundtab_78[uv_dx & 0x7];                          uv_dx /= 2;
366                          uv_dy = (uv_dy >> 2) + roundtab_78[uv_dy & 0x7];                          uv_dy /= 2;
367                  }                  }
368                  else {  
369                          uv_dx = (uv_dx >> 1) + roundtab_79[uv_dx & 0x3];                          uv_dx = (uv_dx >> 1) + roundtab_79[uv_dx & 0x3];
370                          uv_dy = (uv_dy >> 1) + roundtab_79[uv_dy & 0x3];                          uv_dy = (uv_dy >> 1) + roundtab_79[uv_dy & 0x3];
                 }  
371    
372                  start_timer();                  start_timer();
373                  if(dec->quarterpel) {                  if(dec->quarterpel) {

Legend:
Removed from v.1.37.2.6  
changed lines
  Added in v.1.37.2.7

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