Lines Matching defs:Se
184 int Ss, Se, Ah, Al;
195 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
199 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
230 Se = scanptr->Se;
247 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
251 if (Se != 0) /* DC and AC together not OK */
261 for (coefi = Ss; coefi <= Se; coefi++) {
277 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
331 cinfo->Se = scanptr->Se;
347 cinfo->Se = DCTSIZE2-1;