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

arith_entropy_decoder::dc_stats field

Syntax

unsigned char * dc_stats[NUM_ARITH_TBLS];

References

LocationReferrerText
jdarith.c:38
unsigned char * dc_stats[NUM_ARITH_TBLS];
jdarith.c:204process_restart()
MEMZERO(entropy->dc_stats[compptr->dc_tbl_no], DC_STAT_BINS);
jdarith.c:269decode_mcu_DC_first()
st = entropy->dc_stats[tbl] + entropy->dc_context[ci];
jdarith.c:281decode_mcu_DC_first()
st = entropy->dc_stats[tbl] + 20; /* Table F.4: X1 = 20 */
jdarith.c:536decode_mcu()
st = entropy->dc_stats[tbl] + entropy->dc_context[ci];
jdarith.c:548decode_mcu()
st = entropy->dc_stats[tbl] + 20; /* Table F.4: X1 = 20 */
jdarith.c:710start_pass()
if (entropy->dc_stats[tbl] == NULL)
jdarith.c:711start_pass()
entropy->dc_stats[tbl] = (unsigned char *) (*cinfo->mem->alloc_small)
jdarith.c:713start_pass()
MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS);
jdarith.c:758jinit_arith_decoder()
entropy->dc_stats[i] = NULL;

Data Use

Functions reading arith_entropy_decoder::dc_stats
arith_entropy_decoder::dc_stats