Searched refs:Ss (Results 1 - 25 of 68) sorted by relevance

123

/external/jpeg/
H A Djcmaster.c137 int Ss, Se, Ah, Al; local
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
182 Ss = scanptr->Ss;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
203 if (Ss == 0) {
212 if (Ss !
[all...]
H A Djcparam.c476 int Ss, int Se, int Ah, int Al)
481 scanptr->Ss = Ss;
491 int Ss, int Se, int Ah, int Al)
499 scanptr->Ss = Ss;
519 scanptr->Ss = scanptr->Se = 0;
475 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
490 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
H A Djcphuff.c116 is_DC_band = (cinfo->Ss == 0);
359 if (entropy->cinfo->Ss == 0) {
489 for (k = cinfo->Ss; k <= Se; k++) {
646 for (k = cinfo->Ss; k <= Se; k++) {
666 for (k = cinfo->Ss; k <= Se; k++) {
779 is_DC_band = (cinfo->Ss == 0);
H A Djdphuff.c99 is_DC_band = (cinfo->Ss == 0);
107 /* need not check Ss/Se < 0 since they came from unsigned bytes */
108 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
139 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
393 for (k = cinfo->Ss; k <= Se; k++) {
533 k = cinfo->Ss;
H A Drdswitch.c213 scanptr->Ss = (int) val;
225 scanptr->Ss = 0;
H A Djcmarker.c331 if (cinfo->Ss == 0) {
342 emit_byte(cinfo, cinfo->Ss);
571 if (cinfo->Ss == 0) {
H A Djpeglib.h187 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon19971
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
H A Djdmarker.c353 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
355 cinfo->Ss = c;
362 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,
/external/qemu/distrib/jpeg-6b/
H A Djcmaster.c137 int Ss, Se, Ah, Al; local
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
182 Ss = scanptr->Ss;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
203 if (Ss == 0) {
212 if (Ss !
[all...]
H A Djcparam.c482 int Ss, int Se, int Ah, int Al)
487 scanptr->Ss = Ss;
497 int Ss, int Se, int Ah, int Al)
505 scanptr->Ss = Ss;
525 scanptr->Ss = scanptr->Se = 0;
481 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
496 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
H A Djcphuff.c116 is_DC_band = (cinfo->Ss == 0);
359 if (entropy->cinfo->Ss == 0) {
489 for (k = cinfo->Ss; k <= Se; k++) {
646 for (k = cinfo->Ss; k <= Se; k++) {
666 for (k = cinfo->Ss; k <= Se; k++) {
779 is_DC_band = (cinfo->Ss == 0);
H A Djdphuff.c103 is_DC_band = (cinfo->Ss == 0);
111 /* need not check Ss/Se < 0 since they came from unsigned bytes */
112 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
143 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
397 for (k = cinfo->Ss; k <= Se; k++) {
537 k = cinfo->Ss;
H A Drdswitch.c213 scanptr->Ss = (int) val;
225 scanptr->Ss = 0;
H A Djcmarker.c331 if (cinfo->Ss == 0) {
342 emit_byte(cinfo, cinfo->Ss);
571 if (cinfo->Ss == 0) {
H A Djpeglib.h187 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon25250
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
H A Djdmarker.c347 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
349 cinfo->Ss = c;
356 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,
/external/stlport/test/eh/
H A Dbcb.mak76 $(CPP32) $(CFLAG1) -n. -Sr -Ss -Sd {$< }
/external/chromium_org/courgette/third_party/
H A Dbsdiff_create.cc363 int Ss = 0, lens = 0; local
368 if (score > Ss) { Ss = score; lens = i + 1; }
/external/bsdiff/
H A Dbsdiff.c206 off_t overlap,Ss,lens; local
313 s=0;Ss=0;lens=0;
319 if(s>Ss) { Ss=s; lens=i+1; };
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobsdiff.c342 off_t overlap,Ss,lens; local
457 s=0;Ss=0;lens=0;
463 if(s>Ss) { Ss=s; lens=i+1; };
/external/chromium_org/v8/test/webkit/fast/regex/
H A Dparentheses.js56 var regexp11 = /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/;
/external/qemu-pc-bios/bochs/
H A Dconfig.guess290 *:[Aa]miga[Oo][Ss]:*:*)
293 *:[Mm]orph[Oo][Ss]:*:*)
/external/chromium/third_party/libevent/
H A Dconfig.guess285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
/external/chromium_org/third_party/icu/source/
H A Dconfig.guess285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
/external/chromium_org/third_party/libevent/
H A Dconfig.guess285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)

Completed in 452 milliseconds

123