Searched refs:Se (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdarith.c344 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
349 if (k > cinfo->Se) {
454 for (kex = cinfo->Se + 1; kex > 1; kex--)
457 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
481 if (k > cinfo->Se) {
633 if (cinfo->Se != 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, cinf
[all...]
H A Djdhuff.c723 int Se = cinfo->Se; local
757 for (k = cinfo->Ss; k <= Se; k++) {
857 int Se = cinfo->Se; local
900 for (; k <= Se; k++) {
945 } while (k <= Se);
962 for (; k <= Se; k++) {
1136 if (cinfo->Se != 0)
1139 /* need not check Ss/Se <
[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) {
363 Se = scanptr->Se;
380 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
384 if (Se != 0) /* DC and AC together not OK */
394 for (coefi = Ss; coefi <= Se; coefi++) {
410 if (Ss != 0 || Se !
[all...]
H A Djcparam.c498 int Ss, int Se, int Ah, int Al)
504 scanptr->Se = Se;
513 int Ss, int Se, int Ah, int Al)
522 scanptr->Se = Se;
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 Drdswitch.c217 scanptr->Se = (int) val;
227 scanptr->Se = DCTSIZE2-1;
H A Djchuff.c632 int Se = cinfo->Se; local
651 for (k = cinfo->Ss; k <= Se; k++) {
788 int Se = cinfo->Se; local
808 for (k = cinfo->Ss; k <= Se; k++) {
828 for (k = cinfo->Ss; k <= Se; k++) {
H A Djcarith.c68 * of the spec (Kx = Kmin + SRL (8 + Se - Kmin) 4).
477 for (ke = cinfo->Se + 1; ke > 1; ke--)
536 /* Encode EOB decision only if k <= cinfo->Se */
537 if (k <= cinfo->Se) {
612 for (ke = cinfo->Se + 1; ke > 1; ke--)
665 /* Encode EOB decision only if k <= cinfo->Se */
666 if (k <= cinfo->Se) {
880 cinfo->arith_ac_K[tbl] = cinfo->Ss + ((8 + cinfo->Se - cinfo->Ss) >> 4);
H A Djpeglib.h194 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon1002
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 Djcmarker.c343 emit_byte(cinfo, cinfo->Se);
H A Djdmarker.c347 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
351 cinfo->Se = c;
356 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,

Completed in 171 milliseconds