Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:Ah

172   int Ss, Se, Ah, Al;
219 Ah = scanptr->Ah;
223 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
236 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
252 if (Ah != 0)
256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
320 cinfo->Ah = scanptr->Ah;
336 cinfo->Ah = 0;
471 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) {