Searched refs:MAX_CLEN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djchuff.c711 #define MAX_CLEN 32 /* assumed maximum initial code length */ macro
712 UINT8 bits[MAX_CLEN+1]; /* bits[k] = # of symbols with code length k */
787 if (codesize[i] > MAX_CLEN)
805 for (i = MAX_CLEN; i > 16; i--) {
831 for (i = 1; i <= MAX_CLEN; i++) {

Completed in 68 milliseconds