Home | History | Annotate | Download | only in jpeg

Lines Matching refs:Ah

137   int Ss, Se, Ah, Al;
184 Ah = scanptr->Ah;
188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
217 if (Ah != 0)
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
285 cinfo->Ah = scanptr->Ah;
301 cinfo->Ah = 0;
436 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) {