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

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

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

revision 1.2, Mon Mar 22 22:36:24 2004 UTC revision 1.2.2.2, Fri Jun 4 11:54:42 2004 UTC
# Line 135  Line 135 
135    
136          /* store current coeffs to pred_values[] for future prediction */          /* store current coeffs to pred_values[] for future prediction */
137          pCurrent[0] = qcoeff[0] * iDcScaler;          pCurrent[0] = qcoeff[0] * iDcScaler;
138            pCurrent[0] = CLIP(pCurrent[0], -2048, 2047);
139          for (i = 1; i < 8; i++) {          for (i = 1; i < 8; i++) {
140                  pCurrent[i] = qcoeff[i];                  pCurrent[i] = qcoeff[i];
141                  pCurrent[i + 7] = qcoeff[i * 8];                  pCurrent[i + 7] = qcoeff[i * 8];

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.2

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