HomeSort by relevance Sort by last modified time
    Searched defs:Se (Results 1 - 16 of 16) sorted by null

  /external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp 15 static E Se;
  /external/libjpeg-turbo/
jcmaster.c 184 int Ss, Se, Ah, Al;
195 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
199 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
230 Se = scanptr->Se;
247 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
251 if (Se != 0) /* DC and AC together not OK */
261 for (coefi = Ss; coefi <= Se; coefi++) {
277 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
jcphuff.c 471 int Se = cinfo->Se;
490 for (k = cinfo->Ss; k <= Se; k++) {
627 int Se = cinfo->Se;
647 for (k = cinfo->Ss; k <= Se; k++) {
667 for (k = cinfo->Ss; k <= Se; k++) {
jdphuff.c 109 if (cinfo->Se != 0)
112 /* need not check Ss/Se < 0 since they came from unsigned bytes */
113 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
134 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
144 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
366 int Se = cinfo->Se;
400 for (k = cinfo->Ss; k <= Se; k++) {
500 int Se = cinfo->Se
    [all...]
jpeglib.h 195 int Ss, Se; /* progressive JPEG spectral selection parms */
445 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
450 int lim_Se; /* min( Se, DCTSIZE2-1 ) */
677 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
680 /* These fields are derived from Se of first SOS marker.
684 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
    [all...]
  /external/pdfium/third_party/libjpeg/
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_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++) {
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...]
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...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 382 milliseconds