jpeg_decompress_struct::Al is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

jpeg_decompress_struct::Al field

Syntax

int Ss, Se, Ah, Al;

References

LocationReferrerText
jpeglib.h:641
int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
jdarith.c:308decode_mcu_DC_first()
(*block)[0] = (JCOEF) (entropy->last_dc_val[ci] << cinfo->Al);
jdarith.c:386decode_mcu_AC_first()
(*block)[natural_order[k]] = (JCOEF) (v << cinfo->Al);
jdarith.c:412decode_mcu_DC_refine()
p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */
jdarith.c:456decode_mcu_AC_refine()
p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */
jdarith.c:457decode_mcu_AC_refine()
m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */
jdarith.c:656start_pass()
if (cinfo->Ah-1 != cinfo->Al)
jdarith.c:659start_pass()
if (cinfo->Al > 13) { /* need not check for < 0 */
jdarith.c:662start_pass()
cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
jdarith.c:677start_pass()
coef_bit_ptr[coefi] = cinfo->Al;
jdarith.c:696start_pass()
if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 ||
jdhuff.c:698decode_mcu_DC_first()
int Al = cinfo->Al;
jdhuff.c:790decode_mcu_AC_first()
Al = cinfo->Al;
jdhuff.c:858decode_mcu_DC_refine()
int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */
jdhuff.c:930decode_mcu_AC_refine()
p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */
jdhuff.c:931decode_mcu_AC_refine()
m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */
jdhuff.c:1331start_pass_huff_decoder()
if (cinfo->Ah-1 != cinfo->Al)
jdhuff.c:1334start_pass_huff_decoder()
if (cinfo->Al > 13) { /* need not check for < 0 */
jdhuff.c:1343start_pass_huff_decoder()
cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
jdhuff.c:1358start_pass_huff_decoder()
coef_bit_ptr[coefi] = cinfo->Al;
jdhuff.c:1404start_pass_huff_decoder()
if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 ||
jdinput.c:332initial_setup()
cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
jdmarker.c:359get_sos()
cinfo->Al = (c ) & 15;
jdmarker.c:362get_sos()
cinfo->Ah, cinfo->Al);

Data Use