Home | History | Annotate | Download | only in jpeg

Lines Matching refs:Se

137   int Ss, Se, Ah, Al;
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
183 Se = scanptr->Se;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
204 if (Se != 0) /* DC and AC together not OK */
214 for (coefi = Ss; coefi <= Se; coefi++) {
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
284 cinfo->Se = scanptr->Se;
300 cinfo->Se = DCTSIZE2-1;