Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:MAX_CLEN

1258 #define MAX_CLEN 32		/* assumed maximum initial code length */
1259 UINT8 bits[MAX_CLEN+1]; /* bits[k] = # of symbols with code length k */
1334 if (codesize[i] > MAX_CLEN)
1352 for (i = MAX_CLEN; i > 16; i--) {
1378 for (i = 1; i <= MAX_CLEN; i++) {