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

jpeg_compress_struct::arith_dc_L field

Syntax

UINT8 arith_dc_L[NUM_ARITH_TBLS];

References

LocationReferrerText
jpeglib.h:332
UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
jcarith.c:432encode_mcu_DC_first()
if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
jcarith.c:756encode_mcu()
if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
jcmarker.c:260emit_dac()
emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
jcparam.c:314jpeg_set_defaults()
cinfo->arith_dc_L[i] = 0;

Data Use

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