savable_state::EOBRUN is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

savable_state::EOBRUN field

Syntax

unsigned int EOBRUN;

References

LocationReferrerText
jdhuff.c:199
unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
jdhuff.c:654process_restart()
entropy->saved.EOBRUN = 0;
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:1398start_pass_huff_decoder()
entropy->saved.EOBRUN = 0;

Data Use

Functions writing savable_state::EOBRUN
Functions reading savable_state::EOBRUN
savable_state::EOBRUN