Lines Matching refs:Ss
807 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first()
950 k = cinfo->Ss; in decode_mcu_AC_refine()
1319 if (cinfo->Ss == 0) { in start_pass_huff_decoder()
1324 if (cinfo->Se < cinfo->Ss || cinfo->Se > cinfo->lim_Se) in start_pass_huff_decoder()
1344 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_huff_decoder()
1353 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass_huff_decoder()
1355 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_huff_decoder()
1365 if (cinfo->Ss == 0) in start_pass_huff_decoder()
1370 if (cinfo->Ss == 0) in start_pass_huff_decoder()
1381 if (cinfo->Ss == 0) { in start_pass_huff_decoder()
1405 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass_huff_decoder()