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

jpeg_decompress_struct::arith_code field

Syntax

boolean arith_code;

References

LocationReferrerText
jpeglib.h:571
boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
jdmarker.c:249get_sof()
cinfo->arith_code = is_arith;
jdmaster.c:356master_selection()
if (cinfo->arith_code)
jdtrans.c:107transdecode_master_selection()
if (cinfo->arith_code)

Data Use

Functions writing jpeg_decompress_struct::arith_code
Functions reading jpeg_decompress_struct::arith_code
all items filtered out
jpeg_decompress_struct::arith_code
Type of jpeg_decompress_struct::arith_code
jpeg_decompress_struct::arith_code
boolean
all items filtered out