/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jcmaster.c | 186 int Ss, Se, Ah, Al; in validate_script() local 201 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2 - 1) { in validate_script() 231 Ss = scanptr->Ss; in validate_script() 249 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || in validate_script() 252 if (Ss == 0) { in validate_script() 261 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ in validate_script() 263 for (coefi = Ss; coefi <= Se; coefi++) { in validate_script() 279 if (Ss != 0 || Se != DCTSIZE2 - 1 || Ah != 0 || Al != 0) in validate_script() 332 cinfo->Ss = scanptr->Ss; in select_scan_parameters() 347 cinfo->Ss = 0; in select_scan_parameters() [all …]
|
D | jdarith.c | 212 if (!cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in process_restart() 218 if (!cinfo->progressive_mode || cinfo->Ss) { in process_restart() 353 for (k = cinfo->Ss; k <= cinfo->Se; k++) { in decode_mcu_AC_first() 465 for (k = cinfo->Ss; k <= cinfo->Se; k++) { in decode_mcu_AC_refine() 640 if (cinfo->Ss == 0) { in start_pass() 645 if (cinfo->Se < cinfo->Ss || cinfo->Se > DCTSIZE2 - 1) in start_pass() 659 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass() 670 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass() 672 for (coefi = MIN(cinfo->Ss, 1); coefi <= MAX(cinfo->Se, 9); coefi++) { in start_pass() 678 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass() [all …]
|
D | jcparam.c | 408 fill_a_scan(jpeg_scan_info *scanptr, int ci, int Ss, int Se, int Ah, int Al) in fill_a_scan() argument 413 scanptr->Ss = Ss; in fill_a_scan() 422 fill_scans(jpeg_scan_info *scanptr, int ncomps, int Ss, int Se, int Ah, int Al) in fill_scans() argument 430 scanptr->Ss = Ss; in fill_scans() 450 scanptr->Ss = scanptr->Se = 0; in fill_dc_scans()
|
D | jdphuff.c | 89 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder() 98 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2) in start_pass_phuff_decoder() 119 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder() 130 for (coefi = MIN(cinfo->Ss, 1); coefi <= MAX(cinfo->Se, 9); coefi++) { in start_pass_phuff_decoder() 136 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_phuff_decoder() 401 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first() 543 k = cinfo->Ss; in decode_mcu_AC_refine()
|
D | jcarith.c | 340 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in emit_restart() 498 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_first() 641 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_refine() 846 if (cinfo->Ss == 0) in start_pass() 851 if (cinfo->Ss == 0) in start_pass() 863 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass() 887 cinfo->arith_ac_K[tbl] = cinfo->Ss + in start_pass() 888 ((8 + cinfo->Se - cinfo->Ss) >> 4); in start_pass()
|
D | jcphuff.c | 215 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff() 463 if (entropy->cinfo->Ss == 0) { in emit_restart() 665 int Sl = cinfo->Se - cinfo->Ss + 1; in encode_mcu_AC_first() 689 entropy->AC_first_prepare(MCU_data[0][0], jpeg_natural_order + cinfo->Ss, in encode_mcu_AC_first() 930 int Sl = cinfo->Se - cinfo->Ss + 1; in encode_mcu_AC_refine() 955 entropy->AC_refine_prepare(MCU_data[0][0], jpeg_natural_order + cinfo->Ss, in encode_mcu_AC_refine() 1058 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
|
D | jcmarker.c | 244 if (cinfo->Ss == 0 && cinfo->Ah == 0) in emit_dac() 339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0; in emit_sos() 346 emit_byte(cinfo, cinfo->Ss); in emit_sos() 577 if (cinfo->Ss == 0 && cinfo->Ah == 0) in write_scan_header()
|
D | rdswitch.c | 226 scanptr->Ss = (int)val; in read_scan_script() 238 scanptr->Ss = 0; in read_scan_script()
|
D | jpeglib.h | 201 int Ss, Se; /* progressive JPEG spectral selection parms */ member 451 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member 683 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
|
D | wizard.txt | 129 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan 142 Ss Zigzag index of first coefficient included in scan 149 Ss and Se values other than 0 and 63 appear. (The -progressive switch is
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/CI/ |
D | writing | 10 …vel|[Mm]ipsize|[Mm]iptail|points to|[Rr]enderpass|[Rr]e-use|[Ss]ide-effect|[Ss]ignalled|[Ss]wap ch…
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | ru_Latn_ru_BGN.txt | 28 T[Ss] → Ц; 29 t[Ss] → ц;
|
D | Grek_Latn_UNGEGN.txt | 181 ← [Ππ] { \' } [Ss] ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | ru_Latn_ru_BGN.txt | 28 T[Ss] → Ц; 29 t[Ss] → ц;
|
D | Grek_Latn_UNGEGN.txt | 181 ← [Ππ] { \' } [Ss] ;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertVertex.comp | 20 // Ss bytes of stride 36 // floor(c / Ns) * Ss + mod(c, Ns) * Bs 120 uint Ss; // Source vertex attribyte byte stride 139 #define Ss params.Ss 158 return vertex * Ss + component * Bs + params.srcOffset;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 346 int32 Ss; member 861 info.Ss = GetJpegChar (); in GetSos() 1170 (info.Ss == 1) && in DecoderStructInit() 1181 (info.Ss == 1) && in DecoderStructInit() 1412 switch (info.Ss) in QuickPredict() 2280 if (info.Ss == 8) in DecodeImage() 2415 if (compsInScan == 2 && info.Ss == 1) in DecodeImage()
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 622 Ss۫。; ss۫.; [C2]; xn--ss-59d.xn--1ug; ; xn--ss-59d.; [] # ss۫. 626 Ss۫.; ss۫.; ; xn--ss-59d.; ; ; # ss۫. 638 ٟꪲSs。; ٟꪲss.; [P1, V6]; xn--ss-3xd2839nncy1m.xn--bb79d; ; ; # ٟꪲss. 989 Ss。ິ; ss.ິ; [B1, C2, P1, V5, V6]; xn--ss-l1t5169j.xn--57c638l8774i; ; xn--ss-ti3o.xn--5… 995 Ss。ິ; ss.ິ; [B1, C2, P1, V5, V6]; xn--ss-l1t5169j.xn--57c638l8774i; ; xn--ss-ti3o.xn--5… 1041 。Ss; .ss; [B1, C2]; xn--1ug9105g.ss; ; xn--uo0d.ss; [B1] # .ss 1086 3,.᳜1.Ss; 3,.᳜1.ss; [P1, V5, V6]; 3,.xn--1-43l.ss; ; ; # 3,.᳜1.ss 1091 .᳜⒈Ss; .᳜⒈ss; [P1, V5, V6]; xn--x07h.xn--ss-k1r094b; ; ; # .᳜⒈ss 1115 0.Ⴄ٩ࠠ。1.ྶSs; 0.Ⴄ٩ࠠ.1.ྶss; [B1, B5, B6, P1, V5, V6]; 0.xn--iib29f26o.1.xn--ss-1sj; ; ; # 0.Ⴄ٩ࠠ.1.ྶss 1123 Ⴄ٩ࠠ。⒈ྶSs; Ⴄ٩ࠠ.⒈ྶss; [B1, P1, V6]; xn--iib29f26o6n43c.xn--ss-1sj588o; ; ; # Ⴄ٩ࠠ.⒈ྶss [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_jpeg.h | 74 uint8_t Ss; member
|
D | cbs_jpeg_syntax_template.c | 142 u(8, Ss, 0, 63); in FUNC()
|
/third_party/glslang/Test/ |
D | 440.vert | 43 layout(location = 33, component = 1) out struct S {int a;} Ss; // ERROR 58 layout(location = 43, component = 1) out S Ss; // ERROR
|
/third_party/rust/crates/clap/examples/ |
D | pacman.md | 29 $ pacman -Ss name
|
/third_party/icu/icu4c/source/test/testdata/ |
D | IdnaTestV2.txt | 622 Ss\u06EB。\u200D; ss\u06EB.\u200D; [C2]; xn--ss-59d.xn--1ug; ; xn--ss-59d.; [] # ss۫. 626 Ss\u06EB.; ss\u06EB.; ; xn--ss-59d.; ; ; # ss۫. 989 \u200DSs。\u0EB4\u2B75; \u200Dss.\u0EB4\u2B75; [B1, C2, P1, V5, V6]; xn--ss-l1t5169j.xn--57c… 995 \u200DSs。\u0EB4\u2B75; \u200Dss.\u0EB4\u2B75; [B1, C2, P1, V5, V6]; xn--ss-l1t5169j.xn--57c… 1041 \u200D。Ss; \u200D.ss; [B1, C2]; xn--1ug9105g.ss; ; xn--uo0d.ss; [B1] # .ss 1086 3,.\u1CDC1.Ss; 3,.\u1CDC1.ss; [P1, V5, V6]; 3,.xn--1-43l.ss; ; ; # 3,.᳜1.ss 1091 .\u1CDC⒈Ss; .\u1CDC⒈ss; [P1, V5, V6]; xn--x07h.xn--ss-k1r094b; ; ; # .᳜⒈ss 1196 ᢛSs.ጧ; ᢛss.ጧ; [P1, V6]; xn--ss-7dp66033t.xn--p5d; ; ; # ᢛss.ጧ 1219 Ⴒ。デSs\u0C4D; Ⴒ.デss\u0C4D; [B5, B6, P1, V6]; xn--qnd.xn--ss-9nh3648ahh20b; ; ; # Ⴒ.デss్ 1244 Ss。Ⴌ\u0FB8; ss.Ⴌ\u0FB8; [P1, V6]; ss.xn--lgd10cu829c; ; ; # ss.Ⴌྸ [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 622 Ss\u06EB。\u200D; ss\u06EB.\u200D; [C2]; xn--ss-59d.xn--1ug; ; xn--ss-59d.; [] # ss۫. 626 Ss\u06EB.; ss\u06EB.; ; xn--ss-59d.; ; ; # ss۫. 989 \u200DSs。\u0EB4\u2B75; \u200Dss.\u0EB4\u2B75; [B1, C2, P1, V5, V6]; xn--ss-l1t5169j.xn--57c… 995 \u200DSs。\u0EB4\u2B75; \u200Dss.\u0EB4\u2B75; [B1, C2, P1, V5, V6]; xn--ss-l1t5169j.xn--57c… 1041 \u200D。Ss; \u200D.ss; [B1, C2]; xn--1ug9105g.ss; ; xn--uo0d.ss; [B1] # .ss 1086 3,.\u1CDC1.Ss; 3,.\u1CDC1.ss; [P1, V5, V6]; 3,.xn--1-43l.ss; ; ; # 3,.᳜1.ss 1091 .\u1CDC⒈Ss; .\u1CDC⒈ss; [P1, V5, V6]; xn--x07h.xn--ss-k1r094b; ; ; # .᳜⒈ss 1196 ᢛSs.ጧ; ᢛss.ጧ; [P1, V6]; xn--ss-7dp66033t.xn--p5d; ; ; # ᢛss.ጧ 1219 Ⴒ。デSs\u0C4D; Ⴒ.デss\u0C4D; [B5, B6, P1, V6]; xn--qnd.xn--ss-9nh3648ahh20b; ; ; # Ⴒ.デss్ 1244 Ss。Ⴌ\u0FB8; ss.Ⴌ\u0FB8; [P1, V6]; ss.xn--lgd10cu829c; ; ; # ss.Ⴌྸ [all …]
|
/third_party/glslang/Test/baseResults/ |
D | 440.vert.out | 123 0:? 'Ss' (layout( location=33 component=1) smooth out structure{ global int a}) 126 …t=1) out 4X4 matrix of float ba, layout( location=43 component=1) out structure{ global int a} Ss}) 208 0:? 'Ss' (layout( location=33 component=1) smooth out structure{ global int a}) 211 …t=1) out 4X4 matrix of float ba, layout( location=43 component=1) out structure{ global int a} Ss})
|