jpeg_compress_struct::arith_ac_K is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_compress_struct::arith_ac_K

jpeg_compress_struct::arith_ac_K field

Syntax

UINT8 arith_ac_K[NUM_ARITH_TBLS];

References

LocationReferrerText
jpeglib.h:334
UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
jcarith.c:526encode_mcu_AC_first()
(k <= cinfo->arith_ac_K[tbl] ? 189 : 217);
jcarith.c:804encode_mcu()
(k <= cinfo->arith_ac_K[tbl] ? 189 : 217);
jcmarker.c:264emit_dac()
emit_byte(cinfo, cinfo->arith_ac_K[i]);
jcparam.c:316jpeg_set_defaults()
cinfo->arith_ac_K[i] = 5;

Data Use

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