/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdarith.c | 210 (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 D | jcmaster.c | 359 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 D | jcparam.c | 537 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 D | jdhuff.c | 820 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 D | jcarith.c | 334 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 D | jcmarker.c | 242 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 D | jchuff.c | 528 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 D | rdswitch.c | 215 scanptr->Ss = (int) val; in read_scan_script() 227 scanptr->Ss = 0; in read_scan_script()
|
A D | jpeglib.h | 201 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 D | wizard.txt | 128 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 D | jdmarker.c | 389 cinfo->Ss = c; in get_sos() 396 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se, in get_sos()
|
A D | config.guess | 306 *:[Aa]miga[Oo][Ss]:*:*) 309 *:[Mm]orph[Oo][Ss]:*:*)
|
A D | jdcoefct.c | 492 JDIMENSION delta = (cinfo->Ss == 0) ? 1 : 0; in decompress_smooth_data()
|
A D | jdinput.c | 332 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in initial_setup()
|
A D | testimg.ppm | 5 …Ss�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 D | jpeglib.h | 201 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 D | config.guess | 287 *:[Aa]miga[Oo][Ss]:*:*) 290 *:[Mm]orph[Oo][Ss]:*:*)
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | config.guess | 287 *:[Aa]miga[Oo][Ss]:*:*) 290 *:[Mm]orph[Oo][Ss]:*:*)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | config.guess | 285 *:[Aa]miga[Oo][Ss]:*:*) 288 *:[Mm]orph[Oo][Ss]:*:*)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | config.guess | 337 *:[Aa]miga[Oo][Ss]:*:*) 340 *:[Mm]orph[Oo][Ss]:*:*)
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | config.guess | 337 *:[Aa]miga[Oo][Ss]:*:*) 340 *:[Mm]orph[Oo][Ss]:*:*)
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | config.guess | 333 *:[Aa]miga[Oo][Ss]:*:*) 336 *:[Mm]orph[Oo][Ss]:*:*)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 160 …��O��T��[��]��a��[��T��R��S��W��T��Jnn:O4MD$j�Dv�O�`~�Zr�Ps�Uq�Wo�Uo�Ss�Ss�Tu�Wp�Yh�Wj�Sq�\o�…
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 241 …Ј����"pG(�!! ����8�!L"�Bh�B�I)��1���1�Ai���hq���Ss�Y\��@����"n… 1256 Ss@@
|