jpeg_decompress_struct::arith_ac_K is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_decompress_struct::arith_ac_K

jpeg_decompress_struct::arith_ac_K field

Syntax

UINT8 arith_ac_K[NUM_ARITH_TBLS];

References

LocationReferrerText
jpeglib.h:575
UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
jdarith.c:368decode_mcu_AC_first()
(k <= cinfo->arith_ac_K[tbl] ? 189 : 217);
jdarith.c:605decode_mcu()
(k <= cinfo->arith_ac_K[tbl] ? 189 : 217);
jdmarker.c:213get_soi()
cinfo->arith_ac_K[i] = 5;
jdmarker.c:400get_dac()
cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;

Data Use

Functions reading jpeg_decompress_struct::arith_ac_K
jpeg_decompress_struct::arith_ac_K
Type of jpeg_decompress_struct::arith_ac_K
jpeg_decompress_struct::arith_ac_K
UINT8
all items filtered out