Home
last modified time | relevance | path

Searched refs:Ss (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdarith.c210 (cinfo->progressive_mode && cinfo->Ss)) { in process_restart()
348 k = cinfo->Ss - 1; in decode_mcu_AC_first()
470 k = cinfo->Ss - 1; in decode_mcu_AC_refine()
651 if (cinfo->Ss == 0) { in start_pass()
656 if (cinfo->Se < cinfo->Ss || cinfo->Se > cinfo->lim_Se) in start_pass()
670 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
681 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass()
690 if (cinfo->Ss == 0) in start_pass()
695 if (cinfo->Ss == 0) in start_pass()
704 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
[all …]
A Djcmaster.c359 int Ss, Se, Ah, Al; in validate_script() local
374 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) { in validate_script()
404 Ss = scanptr->Ss; in validate_script()
422 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || in validate_script()
425 if (Ss == 0) { in validate_script()
436 for (coefi = Ss; coefi <= Se; coefi++) { in validate_script()
452 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
506 if (scanptr[idxout].Ss > cinfo->lim_Se) in reduce_script()
539 cinfo->Ss = scanptr->Ss; in select_scan_parameters()
558 cinfo->Ss = 0; in select_scan_parameters()
[all …]
A Djcparam.c537 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
542 scanptr->Ss = Ss; in fill_a_scan()
552 int Ss, int Se, int Ah, int Al) in fill_scans() argument
560 scanptr->Ss = Ss; in fill_scans()
580 scanptr->Ss = scanptr->Se = 0; in fill_dc_scans()
A Djdhuff.c820 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first()
961 k = cinfo->Ss; in decode_mcu_AC_refine()
1330 if (cinfo->Ss == 0) { in start_pass_huff_decoder()
1335 if (cinfo->Se < cinfo->Ss || cinfo->Se > cinfo->lim_Se) in start_pass_huff_decoder()
1355 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_huff_decoder()
1364 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass_huff_decoder()
1366 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_huff_decoder()
1376 if (cinfo->Ss == 0) in start_pass_huff_decoder()
1381 if (cinfo->Ss == 0) in start_pass_huff_decoder()
1392 if (cinfo->Ss == 0) { in start_pass_huff_decoder()
[all …]
A Djcarith.c334 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in emit_restart()
495 for (k = cinfo->Ss - 1; k < ke;) { in encode_mcu_AC_first()
646 for (k = cinfo->Ss - 1; k < ke;) { in encode_mcu_AC_refine()
859 if (cinfo->Ss == 0) in start_pass()
864 if (cinfo->Ss == 0) in start_pass()
876 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in start_pass()
900 cinfo->arith_ac_K[tbl] = cinfo->Ss + ((8 + cinfo->Se - cinfo->Ss) >> 4); in start_pass()
A Djcmarker.c242 if (cinfo->Ss == 0 && cinfo->Ah == 0) in emit_dac()
369 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0; in emit_sos()
376 emit_byte(cinfo, cinfo->Ss); in emit_sos()
632 if (cinfo->Ss == 0 && cinfo->Ah == 0) in write_scan_header()
A Djchuff.c528 if (entropy->cinfo->Ss == 0) { in emit_restart_e()
658 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_first()
815 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
835 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
1416 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in finish_pass_gather()
1467 if (cinfo->Ss == 0) in start_pass_huff()
1472 if (cinfo->Ss == 0) in start_pass_huff()
1498 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in start_pass_huff()
A Drdswitch.c215 scanptr->Ss = (int) val; in read_scan_script()
227 scanptr->Ss = 0; in read_scan_script()
A Djpeglib.h201 int Ss, Se; /* progressive JPEG spectral selection parms */ member
434 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
661 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
A Dwizard.txt128 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
141 Ss Zigzag index of first coefficient included in scan
148 Ss and Se values other than 0 and 63 appear. (The -progressive switch is
A Djdmarker.c389 cinfo->Ss = c; in get_sos()
396 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se, in get_sos()
A Dconfig.guess306 *:[Aa]miga[Oo][Ss]:*:*)
309 *:[Mm]orph[Oo][Ss]:*:*)
A Djdcoefct.c492 JDIMENSION delta = (cinfo->Ss == 0) ? 1 : 0; in decompress_smooth_data()
A Djdinput.c332 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in initial_setup()
A Dtestimg.ppm5Ss�Mp�Ln�Lp�Ou�V{�\}�`|�bo�Uf�M\�E\�Ed�Mh�Qe�N_�Gc�UZLSxEi`Qi`Qi`Qi`Qi`Qi`Qi`Qi`QjaRjaRjaRjaRjaRj…
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h201 int Ss, Se; /* progressive JPEG spectral selection parms */ member
434 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
661 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
/AliOS-Things-master/components/SDL2/src/gfx/
A Dconfig.guess287 *:[Aa]miga[Oo][Ss]:*:*)
290 *:[Mm]orph[Oo][Ss]:*:*)
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dconfig.guess287 *:[Aa]miga[Oo][Ss]:*:*)
290 *:[Mm]orph[Oo][Ss]:*:*)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dconfig.guess285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfig.guess337 *:[Aa]miga[Oo][Ss]:*:*)
340 *:[Mm]orph[Oo][Ss]:*:*)
/AliOS-Things-master/components/SDL2/src/image/
A Dconfig.guess337 *:[Aa]miga[Oo][Ss]:*:*)
340 *:[Mm]orph[Oo][Ss]:*:*)
/AliOS-Things-master/components/SDL2/build-scripts/
A Dconfig.guess333 *:[Aa]miga[Oo][Ss]:*:*)
336 *:[Mm]orph[Oo][Ss]:*:*)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm160 …��O��T��[��]��a��[��T��R��S��W��T��Jnn:O4��MD$j�Dv�O�`~�Zr�Ps�Uq�Wo�Uo�SsSs�Tu�Wp�Yh�Wj�Sq�\o�…
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin241 …��Ј�����"��pG�( �!! ����8��!L "�Bh�B�I)��1���1�Ai���hq���Ss�Y\��@�����"n…
1256 ��Ss@@

Completed in 74 milliseconds