Searched defs:Ss (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
H A D | jcmaster.c | 141 int Ss, Se, Ah, Al; local 152 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1; 156 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) { 186 Ss = scanptr->Ss; 204 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || 207 if (Ss == 0) { 216 if (Ss ! [all...] |
H A D | jcparam.c | 480 int Ss, int Se, int Ah, int Al) 485 scanptr->Ss = Ss; 495 int Ss, int Se, int Ah, int Al) 503 scanptr->Ss = Ss; 523 scanptr->Ss = scanptr->Se = 0; 479 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument 494 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
|
H A D | jpeglib.h | 191 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon730 394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct 612 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
|
Completed in 28 milliseconds