jpeg_huff_decode() is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

jpeg_huff_decode() function

Syntax

LOCAL(int) jpeg_huff_decode (bitread_working_state * state,     register bit_buf_type get_buffer,     register int bits_left,     d_derived_tbl * htbl,     int min_bits);

Arguments

state

get_buffer

bits_left

htbl

min_bits

References

LocationReferrerText
jdhuff.c:592
jpeg_huff_decode (bitread_working_state * state,
jdhuff.c:734decode_mcu_DC_first()
HUFF_DECODE(s, br_state, tbl, return FALSE, label1);
jdhuff.c:808decode_mcu_AC_first()
HUFF_DECODE(s, br_state, tbl, return FALSE, label2);
jdhuff.c:955decode_mcu_AC_refine()
HUFF_DECODE(s, br_state, tbl, goto undoit, label3);
jdhuff.c:1098decode_mcu_sub()
HUFF_DECODE(s, br_state, htbl, return FALSE, label1);
jdhuff.c:1119decode_mcu_sub()
HUFF_DECODE(s, br_state, htbl, return FALSE, label2);
jdhuff.c:1150decode_mcu_sub()
HUFF_DECODE(s, br_state, htbl, return FALSE, label3);
jdhuff.c:1222decode_mcu()
HUFF_DECODE(s, br_state, htbl, return FALSE, label1);
jdhuff.c:1243decode_mcu()
HUFF_DECODE(s, br_state, htbl, return FALSE, label2);
jdhuff.c:1274decode_mcu()
HUFF_DECODE(s, br_state, htbl, return FALSE, label3);