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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.h22 #define jpeg_huff_decode jHufDecode macro
33 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
40 /* Link to public Huffman table (needed only in jpeg_huff_decode) */
129 * but the state struct might not be (jpeg_huff_decode needs this).
177 * 3. jpeg_huff_decode returns -1 if forced to suspend.
196 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
203 EXTERN(int) jpeg_huff_decode
H A Djdhuff.c232 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
402 jpeg_huff_decode (bitread_working_state * state, function

Completed in 31 milliseconds