[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.29, Sat Jan 11 21:22:24 2003 UTC revision 1.37.2.30, Sun Jan 12 13:11:50 2003 UTC
# Line 625  Line 625 
625  {  {
626          int length = 1 << (fcode+4);          int length = 1 << (fcode+4);
627    
628          if (quarterpel) value *= 2;  //      if (quarterpel) value *= 2;
629    
630          if (value < -length)          if (value < -length)
631                  return -length;                  return -length;
# Line 675  Line 675 
675          }          }
676          pMB->mvs[0] = pMB->mvs[1] = pMB->mvs[2] = pMB->mvs[3] = pMB->amv;          pMB->mvs[0] = pMB->mvs[1] = pMB->mvs[2] = pMB->mvs[3] = pMB->amv;
677    
   
678  /*      transfer16x16_copy(pY_Cur, dec->gmc.y + (y_pos << 4)*stride + (x_pos  << 4), stride);  /*      transfer16x16_copy(pY_Cur, dec->gmc.y + (y_pos << 4)*stride + (x_pos  << 4), stride);
679          transfer8x8_copy(pU_Cur, dec->gmc.u + (y_pos << 3)*stride2 + (x_pos  << 3), stride2);          transfer8x8_copy(pU_Cur, dec->gmc.u + (y_pos << 3)*stride2 + (x_pos  << 3), stride2);
680          transfer8x8_copy(pV_Cur, dec->gmc.v + (y_pos << 3)*stride2 + (x_pos << 3), stride2);          transfer8x8_copy(pV_Cur, dec->gmc.v + (y_pos << 3)*stride2 + (x_pos << 3), stride2);

Legend:
Removed from v.1.37.2.29  
changed lines
  Added in v.1.37.2.30

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