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

arith_entropy_decoder::last_dc_val field

Syntax

int last_dc_val[MAX_COMPS_IN_SCAN];

References

LocationReferrerText
jdarith.c:32
int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
jdarith.c:206process_restart()
entropy->last_dc_val[ci] = 0;
jdarith.c:304decode_mcu_DC_first()
entropy->last_dc_val[ci] += v;
jdarith.c:308decode_mcu_DC_first()
(*block)[0] = (JCOEF) (entropy->last_dc_val[ci] << cinfo->Al);
jdarith.c:571decode_mcu()
entropy->last_dc_val[ci] += v;
jdarith.c:574decode_mcu()
(*block)[0] = (JCOEF) entropy->last_dc_val[ci];
jdarith.c:715start_pass()
entropy->last_dc_val[ci] = 0;

Data Use

Functions reading arith_entropy_decoder::last_dc_val
arith_entropy_decoder::last_dc_val