[svn] / branches / dev-api-3 / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/bitstream/mbcoding.c

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

revision 736, Fri Dec 20 05:49:55 2002 UTC revision 759, Sat Jan 4 04:28:48 2003 UTC
# Line 840  Line 840 
840                  DPRINTF(DPRINTF_COEFF,"block[%i] %i", scan[coeff], level);                  DPRINTF(DPRINTF_COEFF,"block[%i] %i", scan[coeff], level);
841                  //DPRINTF(DPRINTF_COEFF,"block[%i] %i %08x", scan[coeff], level, BitstreamShowBits(bs, 32));                  //DPRINTF(DPRINTF_COEFF,"block[%i] %i %08x", scan[coeff], level, BitstreamShowBits(bs, 32));
842    
843                  if (level < -127 || level > 127) {                  if (level < -2047 || level > 2047) {
844                          DPRINTF(DPRINTF_ERROR,"warning: intra_overflow %i", level);                          DPRINTF(DPRINTF_ERROR,"warning: intra_overflow %i", level);
845                  }                  }
846                  coeff++;                  coeff++;
# Line 874  Line 874 
874                  DPRINTF(DPRINTF_COEFF,"block[%i] %i", scan[p], level);                  DPRINTF(DPRINTF_COEFF,"block[%i] %i", scan[p], level);
875                  // DPRINTF(DPRINTF_COEFF,"block[%i] %i %08x", scan[p], level, BitstreamShowBits(bs, 32));                  // DPRINTF(DPRINTF_COEFF,"block[%i] %i %08x", scan[p], level, BitstreamShowBits(bs, 32));
876    
877                  if (level < -127 || level > 127) {                  if (level < -2047 || level > 2047) {
878                          DPRINTF(DPRINTF_ERROR,"warning: inter overflow %i", level);                          DPRINTF(DPRINTF_ERROR,"warning: inter overflow %i", level);
879                  }                  }
880                  p++;                  p++;

Legend:
Removed from v.736  
changed lines
  Added in v.759

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