MAX_CORR_BITS is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

MAX_CORR_BITS macro

Syntax

#define MAX_CORR_BITS 1000

References

LocationText
jchuff.c:136
#define MAX_CORR_BITS 1000 /* Max # of correction bits I can buffer */
jchuff.c:892
if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
jchuff.c:1483
MAX_CORR_BITS * SIZEOF(char));