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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.c227 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
229 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
232 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
418 while (code > htbl->maxcode[l]) {
H A Djdhuff.h32 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon708
33 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */

Completed in 30 milliseconds