huff_entropy_decoder::saved is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

huff_entropy_decoder::saved field

Syntax

References

LocationReferrerText
jdhuff.c:229
savable_state saved; /* Other state at start of MCU */
jdhuff.c:652process_restart()
entropy->saved.last_dc_val[ci] = 0;
jdhuff.c:654process_restart()
entropy->saved.EOBRUN = 0;
jdhuff.c:721decode_mcu_DC_first()
ASSIGN_STATE(state, entropy->saved);
jdhuff.c:750decode_mcu_DC_first()
ASSIGN_STATE(entropy->saved, state);
jdhuff.c:796decode_mcu_AC_first()
EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
jdhuff.c:838decode_mcu_AC_first()
entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
jdhuff.c:936decode_mcu_AC_refine()
EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
jdhuff.c:1036decode_mcu_AC_refine()
entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
jdhuff.c:1084decode_mcu_sub()
ASSIGN_STATE(state, entropy->saved);
jdhuff.c:1171decode_mcu_sub()
ASSIGN_STATE(entropy->saved, state);
jdhuff.c:1208decode_mcu()
ASSIGN_STATE(state, entropy->saved);
jdhuff.c:1295decode_mcu()
ASSIGN_STATE(entropy->saved, state);
jdhuff.c:1394start_pass_huff_decoder()
entropy->saved.last_dc_val[ci] = 0;
jdhuff.c:1398start_pass_huff_decoder()
entropy->saved.EOBRUN = 0;
jdhuff.c:1434start_pass_huff_decoder()
entropy->saved.last_dc_val[ci] = 0;

Data Use

Functions reading huff_entropy_decoder::saved
huff_entropy_decoder::saved
Type of huff_entropy_decoder::saved
huff_entropy_decoder::saved
all items filtered out