Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:Ah

138   int Ss, Se, Ah, Al;

185 Ah = scanptr->Ah;
189 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
202 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
218 if (Ah != 0)
222 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
286 cinfo->Ah = scanptr->Ah;
302 cinfo->Ah = 0;
437 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) {