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

1 2 3

  /external/libjpeg-turbo/
jdphuff.c 108 if (cinfo->Se != 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++) {
365 int Se = cinfo->Se;
399 for (k = cinfo->Ss; k <= Se; k++) {
499 int Se = cinfo->Se
    [all...]
jcparam.c 407 int Ss, int Se, int Ah, int Al)
413 scanptr->Se = Se;
422 int Ss, int Se, int Ah, int Al)
431 scanptr->Se = Se;
450 scanptr->Ss = scanptr->Se = 0;
jcmaster.c 172 int Ss, Se, Ah, Al;
183 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
187 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
218 Se = scanptr->Se;
235 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
239 if (Se != 0) /* DC and AC together not OK */
249 for (coefi = Ss; coefi <= Se; coefi++) {
265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
jdarith.c 346 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
351 if (k > cinfo->Se) {
455 for (kex = cinfo->Se; kex > 0; kex--)
458 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
481 if (k > cinfo->Se) {
634 if (cinfo->Se != 0)
637 /* need not check Ss/Se < 0 since they came from unsigned bytes */
638 if (cinfo->Se < cinfo->Ss || cinfo->Se > DCTSIZE2 - 1)
652 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al)
    [all...]
jcphuff.c 470 int Se = cinfo->Se;
489 for (k = cinfo->Ss; k <= Se; k++) {
626 int Se = cinfo->Se;
646 for (k = cinfo->Ss; k <= Se; k++) {
666 for (k = cinfo->Ss; k <= Se; k++) {
jcmarker.c 246 if (cinfo->Se)
341 ta = cinfo->Se ? compptr->ac_tbl_no : 0;
347 emit_byte(cinfo, cinfo->Se);
580 if (cinfo->Se)
rdswitch.c 228 scanptr->Se = (int) val;
238 scanptr->Se = DCTSIZE2-1;
jcarith.c 71 * of the spec (Kx = Kmin + SRL (8 + Se - Kmin) 4).
343 if (cinfo->progressive_mode == 0 || cinfo->Se) {
481 for (ke = cinfo->Se; ke > 0; ke--)
539 /* Encode EOB decision only if k <= cinfo->Se */
540 if (k <= cinfo->Se) {
615 for (ke = cinfo->Se; ke > 0; ke--)
667 /* Encode EOB decision only if k <= cinfo->Se */
668 if (k <= cinfo->Se) {
872 if (cinfo->progressive_mode == 0 || cinfo->Se) {
883 cinfo->arith_ac_K[tbl] = cinfo->Ss + ((8 + cinfo->Se - cinfo->Ss) >> 4)
    [all...]
jpeglib.h 194 int Ss, Se; /* progressive JPEG spectral selection parms */
444 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
449 int lim_Se; /* min( Se, DCTSIZE2-1 ) */
676 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
679 /* These fields are derived from Se of first SOS marker.
683 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdphuff.c 105 if (cinfo->Se != 0)
108 /* need not check Ss/Se < 0 since they came from unsigned bytes */
109 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
140 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
360 int Se = cinfo->Se;
394 for (k = cinfo->Ss; k <= Se; k++) {
494 int Se = cinfo->Se
    [all...]
fpdfapi_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) {
183 Se = scanptr->Se;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
204 if (Se != 0) /* DC and AC together not OK */
214 for (coefi = Ss; coefi <= Se; coefi++) {
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
fpdfapi_jcparam.c 476 int Ss, int Se, int Ah, int Al)
482 scanptr->Se = Se;
491 int Ss, int Se, int Ah, int Al)
500 scanptr->Se = Se;
519 scanptr->Ss = scanptr->Se = 0;
fpdfapi_jcphuff.c 470 int Se = cinfo->Se;
489 for (k = cinfo->Ss; k <= Se; k++) {
626 int Se = cinfo->Se;
646 for (k = cinfo->Ss; k <= Se; k++) {
666 for (k = cinfo->Ss; k <= Se; k++) {
jpeglib.h 289 int Ss, Se; /* progressive JPEG spectral selection parms */
492 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
710 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
fpdfapi_jcmarker.c 343 emit_byte(cinfo, cinfo->Se);
  /external/opencv3/3rdparty/libjpeg/
jdhuff.c 771 int Se, Al;
789 Se = cinfo->Se;
807 for (k = cinfo->Ss; k <= Se; k++) {
908 int Se, p1, m1;
928 Se = cinfo->Se;
    [all...]
jdarith.c 356 if (k >= cinfo->Se) {
390 } while (k < cinfo->Se);
463 kex = cinfo->Se;
492 if (k >= cinfo->Se) {
498 } while (k < cinfo->Se);
650 if (cinfo->Se != 0)
653 /* need not check Ss/Se < 0 since they came from unsigned bytes */
654 if (cinfo->Se < cinfo->Ss || cinfo->Se > cinfo->lim_Se)
668 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al)
    [all...]
jdinput.c 249 switch (cinfo->Se) {
253 cinfo->lim_Se = cinfo->Se;
258 cinfo->lim_Se = cinfo->Se;
263 cinfo->lim_Se = cinfo->Se;
268 cinfo->lim_Se = cinfo->Se;
273 cinfo->lim_Se = cinfo->Se;
278 cinfo->lim_Se = cinfo->Se;
283 cinfo->lim_Se = cinfo->Se;
332 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
jcmaster.c 365 int Ss, Se, Ah, Al;
376 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
380 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
411 Se = scanptr->Se;
428 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
432 if (Se != 0) /* DC and AC together not OK */
442 for (coefi = Ss; coefi <= Se; coefi++) {
458 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
jchuff.c 634 int Se, Al;
646 Se = cinfo->Se;
657 for (k = cinfo->Ss; k <= Se; k++) {
794 int Se, Al;
807 Se = cinfo->Se;
818 for (k = cinfo->Ss; k <= Se; k++) {
838 for (k = cinfo->Ss; k <= Se; k++) {
922 int Se = state->cinfo->lim_Se
    [all...]
jcparam.c 503 int Ss, int Se, int Ah, int Al)
509 scanptr->Se = Se;
518 int Ss, int Se, int Ah, int Al)
527 scanptr->Se = Se;
546 scanptr->Ss = scanptr->Se = 0;
jcarith.c 69 * of the spec (Kx = Kmin + SRL (8 + Se - Kmin) 4).
341 if (cinfo->Se) {
482 ke = cinfo->Se;
543 /* Encode EOB decision only if k < cinfo->Se */
544 if (k < cinfo->Se) {
622 ke = cinfo->Se;
677 /* Encode EOB decision only if k < cinfo->Se */
678 if (k < cinfo->Se) {
888 if (cinfo->Se) {
899 cinfo->arith_ac_K[tbl] = cinfo->Ss + ((8 + cinfo->Se - cinfo->Ss) >> 4)
    [all...]
jcmarker.c 245 if (cinfo->Se)
371 ta = cinfo->Se ? compptr->ac_tbl_no : 0;
377 emit_byte(cinfo, cinfo->Se);
393 emit_byte(cinfo, cinfo->block_size * cinfo->block_size - 1); /* Se */
635 if (cinfo->Se)
jpeglib.h 196 int Ss, Se; /* progressive JPEG spectral selection parms */
427 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
431 int lim_Se; /* min( Se, DCTSIZE2-1 ) */
654 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
656 /* These fields are derived from Se of first SOS marker.
660 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
    [all...]
  /external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp 15 static E Se;

Completed in 646 milliseconds

1 2 3