arith_entropy_decoder::restarts_to_go is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGarith_entropy_decoder::restarts_to_go

arith_entropy_decoder::restarts_to_go field

Syntax

unsigned int restarts_to_go;

References

LocationReferrerText
jdarith.c:35
unsigned int restarts_to_go; /* MCUs left in this restart interval */
jdarith.c:221process_restart()
entropy->restarts_to_go = cinfo->restart_interval;
jdarith.c:252decode_mcu_DC_first()
if (entropy->restarts_to_go == 0)
jdarith.c:254decode_mcu_DC_first()
entropy->restarts_to_go--;
jdarith.c:332decode_mcu_AC_first()
if (entropy->restarts_to_go == 0)
jdarith.c:334decode_mcu_AC_first()
entropy->restarts_to_go--;
jdarith.c:406decode_mcu_DC_refine()
if (entropy->restarts_to_go == 0)
jdarith.c:408decode_mcu_DC_refine()
entropy->restarts_to_go--;
jdarith.c:443decode_mcu_AC_refine()
if (entropy->restarts_to_go == 0)
jdarith.c:445decode_mcu_AC_refine()
entropy->restarts_to_go--;
jdarith.c:515decode_mcu()
if (entropy->restarts_to_go == 0)
jdarith.c:517decode_mcu()
entropy->restarts_to_go--;
jdarith.c:736start_pass()
entropy->restarts_to_go = cinfo->restart_interval;

Data Use

Functions writing arith_entropy_decoder::restarts_to_go
Functions reading arith_entropy_decoder::restarts_to_go
arith_entropy_decoder::restarts_to_go