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

Diff of /xvidcore/src/prediction/mbprediction.c

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

revision 1.18, Tue Nov 22 10:23:01 2005 UTC revision 1.19, Tue Aug 10 15:00:21 2010 UTC
# Line 226  Line 226 
226    
227          dct_codes[0] += predictors[0];  /* dc prediction */          dct_codes[0] += predictors[0];  /* dc prediction */
228          pCurrent[0] = dct_codes[0]*iDcScaler;          pCurrent[0] = dct_codes[0]*iDcScaler;
229          if (!bsversion || bsversion > BS_VERSION_BUGGY_DC_CLIPPING) {          if (bsversion > BS_VERSION_BUGGY_DC_CLIPPING) {
230                  pCurrent[0] = CLIP(pCurrent[0], -2048, 2047);                  pCurrent[0] = CLIP(pCurrent[0], -2048, 2047);
231          }          }
232    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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