Lines Matching refs:Al
698 int Al = cinfo->Al; in decode_mcu_DC_first() local
745 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first()
771 int Se, Al; in decode_mcu_AC_first() local
790 Al = cinfo->Al; in decode_mcu_AC_first()
817 (*block)[natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first()
857 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
929 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
930 m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
1332 if (cinfo->Ah-1 != cinfo->Al) in start_pass_huff_decoder()
1335 if (cinfo->Al > 13) { /* need not check for < 0 */ in start_pass_huff_decoder()
1344 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_huff_decoder()
1359 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_huff_decoder()
1405 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass_huff_decoder()