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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/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 Djdphuff.c100 is_DC_band = (cinfo->Ss == 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++) {
394 for (k = cinfo->Ss; k <= Se; k++) {
534 k = cinfo->Ss;
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 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:__anon655
390 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
608 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
H A Djdhuff.c92 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
96 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdarith.c203 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
209 if (cinfo->progressive_mode == 0 || cinfo->Ss) {
344 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
457 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
632 if (cinfo->Ss == 0) {
636 /* need not check Ss/Se < 0 since they came from unsigned bytes */
637 if (cinfo->Se < cinfo->Ss || cinfo->Se >= DCTSIZE2)
651 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
660 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
662 for (coefi = cinfo->Ss; coef
[all...]
H A Djcmaster.c317 int Ss, Se, Ah, Al; local
328 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
332 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
362 Ss = scanptr->Ss;
380 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
383 if (Ss == 0) {
392 if (Ss !
[all...]
H A Djdhuff.c757 for (k = cinfo->Ss; k <= Se; k++) {
897 k = cinfo->Ss;
1135 if (cinfo->Ss == 0) {
1139 /* need not check Ss/Se < 0 since they came from unsigned bytes */
1140 if (cinfo->Se < cinfo->Ss || cinfo->Se >= DCTSIZE2)
1160 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
1169 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
1171 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
1181 if (cinfo->Ss == 0)
1186 if (cinfo->Ss
[all...]
H A Djcparam.c498 int Ss, int Se, int Ah, int Al)
503 scanptr->Ss = Ss;
513 int Ss, int Se, int Ah, int Al)
521 scanptr->Ss = Ss;
541 scanptr->Ss = scanptr->Se = 0;
497 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
512 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
H A Djcarith.c333 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
339 if (cinfo->progressive_mode == 0 || cinfo->Ss) {
490 for (k = cinfo->Ss; k < ke; k++) {
634 for (k = cinfo->Ss; k < ke; k++) {
841 if (cinfo->Ss == 0)
846 if (cinfo->Ss == 0)
857 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
869 if (cinfo->progressive_mode == 0 || cinfo->Ss) {
880 cinfo->arith_ac_K[tbl] = cinfo->Ss + ((8 + cinfo->Se - cinfo->Ss) >>
[all...]
H A Drdswitch.c214 scanptr->Ss = (int) val;
226 scanptr->Ss = 0;
H A Djchuff.c521 if (entropy->cinfo->Ss == 0) {
651 for (k = cinfo->Ss; k <= Se; k++) {
808 for (k = cinfo->Ss; k <= Se; k++) {
828 for (k = cinfo->Ss; k <= Se; k++) {
1404 if (cinfo->Ss == 0) {
1412 if (cinfo->Ss == 0)
1475 if (cinfo->Ss == 0)
1480 if (cinfo->Ss == 0)
1500 if (cinfo->Ss == 0) {
1522 jpeg_make_c_derived_tbl(cinfo, cinfo->Ss
[all...]
H A Djcmarker.c331 if (cinfo->Ss == 0) {
342 emit_byte(cinfo, cinfo->Ss);
574 if (cinfo->Ss == 0) {
H A Djpeglib.h194 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon3951
415 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
634 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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfig.guess297 *:[Aa]miga[Oo][Ss]:*:*)
300 *:[Mm]orph[Oo][Ss]:*:*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfig.guess297 *:[Aa]miga[Oo][Ss]:*:*)
300 *:[Mm]orph[Oo][Ss]:*:*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/conftools/
H A Dconfig.guess295 *:[Aa]miga[Oo][Ss]:*:*)
298 *:[Mm]orph[Oo][Ss]:*:*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dconfig.guess289 *:[Aa]miga[Oo][Ss]:*:*)
292 *:[Mm]orph[Oo][Ss]:*:*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/build-aux/
H A Dconfig.guess298 *:[Aa]miga[Oo][Ss]:*:*)
301 *:[Mm]orph[Oo][Ss]:*:*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/build-aux/
H A Dconfig.guess298 *:[Aa]miga[Oo][Ss]:*:*)
301 *:[Mm]orph[Oo][Ss]:*:*)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dconfig.guess289 *:[Aa]miga[Oo][Ss]:*:*)
292 *:[Mm]orph[Oo][Ss]:*:*)

Completed in 395 milliseconds

1234