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

1 2 3 4

  /external/clang/test/CodeGen/
arm-be-result-return.c 23 extern struct Ss { short s; } ss;
24 struct Ss callee_ss() { return ss; }
31 ss = callee_ss();
  /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...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 138 int Ss, Se, Ah, Al;
149 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
153 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
183 Ss = scanptr->Ss;
201 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
204 if (Ss == 0) {
213 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
    [all...]
fpdfapi_jdphuff.c 101 is_DC_band = (cinfo->Ss == 0);
109 /* need not check Ss/Se < 0 since they came from unsigned bytes */
110 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
131 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
141 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
395 for (k = cinfo->Ss; k <= Se; k++) {
535 k = cinfo->Ss;
fpdfapi_jcparam.c 477 int Ss, int Se, int Ah, int Al)
482 scanptr->Ss = Ss;
492 int Ss, int Se, int Ah, int Al)
500 scanptr->Ss = Ss;
520 scanptr->Ss = scanptr->Se = 0;
fpdfapi_jcphuff.c 117 is_DC_band = (cinfo->Ss == 0);
360 if (entropy->cinfo->Ss == 0) {
490 for (k = cinfo->Ss; k <= Se; k++) {
647 for (k = cinfo->Ss; k <= Se; k++) {
667 for (k = cinfo->Ss; k <= Se; k++) {
780 is_DC_band = (cinfo->Ss == 0);
fpdfapi_jcmarker.c 332 if (cinfo->Ss == 0) {
343 emit_byte(cinfo, cinfo->Ss);
572 if (cinfo->Ss == 0) {
  /external/qemu/distrib/jpeg-6b/
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 482 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;
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 103 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;
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) {
  /pdk/apps/CameraITS/tools/
compute_dng_noise_model.py 129 Ss = [d[1] for d in lines]
131 mS,bS = numpy.polyfit(gains, Ss, 1)
138 pylab.plot(gains, Ss, 'r')
  /external/stlport/test/eh/
bcb.mak 76 $(CPP32) $(CFLAG1) -n. -Sr -Ss -Sd {$< }
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 363 int Ss = 0, lens = 0;
368 if (score > Ss) { Ss = score; lens = i + 1; }
  /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/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 342 off_t overlap,Ss,lens;
457 s=0;Ss=0;lens=0;
463 if(s>Ss) { Ss=s; lens=i+1; };

Completed in 1578 milliseconds

1 2 3 4