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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdhuff.c31 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
38 /* Link to public Huffman table (needed only in jpeg_huff_decode) */
122 * but the state struct might not be (jpeg_huff_decode needs this).
165 * 3. jpeg_huff_decode returns -1 if forced to suspend.
184 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
356 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
546 jpeg_huff_decode (bitread_working_state * state, function

Completed in 19 milliseconds