HomeSort by relevance Sort by last modified time
    Searched refs:Ss (Results 1 - 25 of 40) sorted by null

1 2

  /external/jpeg/
jcmaster.c 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) {
182 Ss = scanptr->Ss;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
203 if (Ss == 0) {
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan *
    [all...]
jcparam.c 476 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;
jcphuff.c 116 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);
jdphuff.c 99 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;
rdswitch.c 213 scanptr->Ss = (int) val;
225 scanptr->Ss = 0;
jcmarker.c 331 if (cinfo->Ss == 0) {
342 emit_byte(cinfo, cinfo->Ss);
571 if (cinfo->Ss == 0) {
jpeglib.h 187 int Ss, Se; /* progressive JPEG spectral selection parms */
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
jdmarker.c 347 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
349 cinfo->Ss = c;
356 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,
    [all...]
jdhuff.c 93 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
97 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
  /external/stlport/test/eh/
bcb.mak 76 $(CPP32) $(CFLAG1) -n. -Sr -Ss -Sd {$< }
  /bootable/recovery/applypatch/
bsdiff.c 233 off_t overlap,Ss,lens;
322 s=0;Ss=0;lens=0;
328 if(s>Ss) { Ss=s; lens=i+1; };
  /external/bsdiff/
bsdiff.c 206 off_t overlap,Ss,lens;
313 s=0;Ss=0;lens=0;
319 if(s>Ss) { Ss=s; lens=i+1; };
  /external/v8/test/mjsunit/
string-add.js 112 assertEquals("142", "1" + new String("42"), "sS");
113 assertEquals("421", new String("42") + "1", "Ss");
114 assertEquals("142", "1" + new String("42"), "sS");
115 assertEquals("4242", new String("42") + new String("42"), "SS");
  /external/chromium/third_party/icu/source/
config.guess 285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/chromium/third_party/libevent/
config.guess 285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/dbus/
config.guess 308 *:[Aa]miga[Oo][Ss]:*:*)
311 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/dropbear/
config.guess 285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/elfutils/config/
config.guess 304 *:[Aa]miga[Oo][Ss]:*:*)
307 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/icu4c/
config.guess 285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/bison/build-aux/
config.guess 280 *:[Aa]miga[Oo][Ss]:*:*)
283 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/chromium/sdch/open-vcdiff/
config.guess 285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/e2fsprogs/config/
config.guess 283 *:[Aa]miga[Oo][Ss]:*:*)
286 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/expat/conftools/
config.guess 284 *:[Aa]miga[Oo][Ss]:*:*)
287 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/grub/
config.guess 313 *:[Aa]miga[Oo][Ss]:*:*)
316 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]
  /external/libffi/
config.guess 285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]

Completed in 1612 milliseconds

1 2