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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdhuff.h18 #define jpeg_huff_decode jHufDecode macro
29 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
36 /* Link to public Huffman table (needed only in jpeg_huff_decode) */
125 * but the state struct might not be (jpeg_huff_decode needs this).
173 * 3. jpeg_huff_decode returns -1 if forced to suspend.
192 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
199 EXTERN(int) jpeg_huff_decode
H A Djdhuff.c228 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
398 jpeg_huff_decode (bitread_working_state * state, function
/netgear-R7000-V1.0.7.12_1.2.5/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 219 milliseconds