Lines Matching refs:Al
125 if (cinfo->Al != cinfo->Ah - 1) in start_pass_phuff_decoder()
128 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder()
138 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
152 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder()
303 int Al = cinfo->Al; in decode_mcu_DC_first() local
354 (*block)[0] = (JCOEF)LEFT_SHIFT(s, Al); in decode_mcu_DC_first()
379 int Al = cinfo->Al; in decode_mcu_AC_first() local
422 (*block)[jpeg_natural_order[k]] = (JCOEF)LEFT_SHIFT(s, Al); in decode_mcu_AC_first()
463 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
513 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
514 int m1 = (NEG_1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()