arith_entropy_encoder::restarts_to_go is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGarith_entropy_encoder::restarts_to_go

arith_entropy_encoder::restarts_to_go field

Syntax

unsigned int restarts_to_go;

References

LocationReferrerText
jcarith.c:37
unsigned int restarts_to_go; /* MCUs left in this restart interval */
jcarith.c:373encode_mcu_DC_first()
if (entropy->restarts_to_go == 0) {
jcarith.c:375encode_mcu_DC_first()
entropy->restarts_to_go = cinfo->restart_interval;
jcarith.c:379encode_mcu_DC_first()
entropy->restarts_to_go--;
jcarith.c:464encode_mcu_AC_first()
if (entropy->restarts_to_go == 0) {
jcarith.c:466encode_mcu_AC_first()
entropy->restarts_to_go = cinfo->restart_interval;
jcarith.c:470encode_mcu_AC_first()
entropy->restarts_to_go--;
jcarith.c:563encode_mcu_DC_refine()
if (entropy->restarts_to_go == 0) {
jcarith.c:565encode_mcu_DC_refine()
entropy->restarts_to_go = cinfo->restart_interval;
jcarith.c:569encode_mcu_DC_refine()
entropy->restarts_to_go--;
jcarith.c:601encode_mcu_AC_refine()
if (entropy->restarts_to_go == 0) {
jcarith.c:603encode_mcu_AC_refine()
entropy->restarts_to_go = cinfo->restart_interval;
jcarith.c:607encode_mcu_AC_refine()
entropy->restarts_to_go--;
jcarith.c:698encode_mcu()
if (entropy->restarts_to_go == 0) {
jcarith.c:700encode_mcu()
entropy->restarts_to_go = cinfo->restart_interval;
jcarith.c:704encode_mcu()
entropy->restarts_to_go--;
jcarith.c:907start_pass()
entropy->restarts_to_go = cinfo->restart_interval;

Data Use

Functions writing arith_entropy_encoder::restarts_to_go
Functions reading arith_entropy_encoder::restarts_to_go
arith_entropy_encoder::restarts_to_go