huff_entropy_encoder::dc_count_ptrs is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGhuff_entropy_encoder::dc_count_ptrs

huff_entropy_encoder::dc_count_ptrs field

Syntax

long * dc_count_ptrs[NUM_HUFF_TBLS];

References

LocationReferrerText
jchuff.c:95
long * dc_count_ptrs[NUM_HUFF_TBLS];
jchuff.c:414emit_dc_symbol()
entropy->dc_count_ptrs[tbl_no][symbol]++;
jchuff.c:1219encode_mcu_gather()
entropy->dc_count_ptrs[compptr->dc_tbl_no],
jchuff.c:1425finish_pass_gather()
jpeg_gen_optimal_table(cinfo, *htblptr, entropy->dc_count_ptrs[tbl]);
jchuff.c:1510start_pass_huff()
if (entropy->dc_count_ptrs[tbl] == NULL)
jchuff.c:1511start_pass_huff()
entropy->dc_count_ptrs[tbl] = (long *)
jchuff.c:1514start_pass_huff()
MEMZERO(entropy->dc_count_ptrs[tbl], 257 * SIZEOF(long));
jchuff.c:1571jinit_huff_encoder()
entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL;

Data Use

Functions reading huff_entropy_encoder::dc_count_ptrs
huff_entropy_encoder::dc_count_ptrs