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

jpeg_decompress_struct::arith_dc_L field

Syntax

UINT8 arith_dc_L[NUM_ARITH_TBLS];

References

LocationReferrerText
jpeglib.h:573
UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
jdarith.c:292decode_mcu_DC_first()
if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
jdarith.c:559decode_mcu()
if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
jdmarker.c:211get_soi()
cinfo->arith_dc_L[i] = 0;
jdmarker.c:402get_dac()
cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
jdmarker.c:404get_dac()
if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])

Data Use

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