/third_party/ffmpeg/libavcodec/ |
D | wavpackenc.c | 1148 int32_t sam, tmp; in decorr_stereo() local 1150 sam = dpp->samplesA[0]; in decorr_stereo() 1152 out_left[0] = tmp = (dpp->samplesA[1] = in_left[0]) - APPLY_WEIGHT(dpp->weightA, sam); in decorr_stereo() 1153 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam, tmp); in decorr_stereo() 1156 sam = dpp->samplesB[0]; in decorr_stereo() 1158 out_right[0] = tmp = (dpp->samplesB[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam); in decorr_stereo() 1159 UPDATE_WEIGHT(dpp->weightB, dpp->delta, sam, tmp); in decorr_stereo() 1170 int32_t sam, tmp; in decorr_stereo() local 1172 sam = 2 * dpp->samplesA[0] - dpp->samplesA[1]; in decorr_stereo() 1174 out_left[0] = tmp = (dpp->samplesA[0] = in_left[0]) - APPLY_WEIGHT(dpp->weightA, sam); in decorr_stereo() [all …]
|
/third_party/libwebsockets/contrib/ |
D | cross-atmel.cmake | 19 # I had to edit /opt/xdk-asf-3.48.0/thirdparty/lwip/lwip-port-1.4.1-dev/sam/include/arch/cc.h 89 set(CF_LWIP "${CF_LWIP} -I${SDK_BASE}/thirdparty/lwip/lwip-port-${LWIP_VER}/sam/include") 98 set(CF_SDK_GLUE "${CF_SDK_GLUE} -I${SDK_BASE}/sam/utils/") 99 set(CF_SDK_GLUE "${CF_SDK_GLUE} -I${SDK_BASE}/sam/utils/preprocessor") 100 set(CF_SDK_GLUE "${CF_SDK_GLUE} -I${SDK_BASE}/sam/utils/header_files") 101 set(CF_SDK_GLUE "${CF_SDK_GLUE} -I${SDK_BASE}/sam/boards") 102 set(CF_SDK_GLUE "${CF_SDK_GLUE} -I${SDK_BASE}/sam/utils/cmsis/${PLAT_ARCH_CMSIS}/source/templates") 103 set(CF_SDK_GLUE "${CF_SDK_GLUE} -I${SDK_BASE}/sam/utils/cmsis/${PLAT_ARCH_CMSIS}/include")
|
/third_party/skia/src/utils/ |
D | SkFloatUtils.h | 149 static Bits SignAndMagnitudeToBiased(const Bits &sam) { 150 if (kSignBitMask & sam) { 152 return ~sam + 1; 155 return kSignBitMask | sam;
|
/third_party/flutter/skia/src/utils/ |
D | SkFloatUtils.h | 149 static Bits SignAndMagnitudeToBiased(const Bits &sam) { 150 if (kSignBitMask & sam) { 152 return ~sam + 1; 155 return kSignBitMask | sam;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | fr_HT.txt | 56 "-1"{"sam dernier"} 57 "0"{"ce sam"} 58 "1"{"sam prochain"}
|
D | fr_CA.txt | 849 "-1"{"sam. dernier"} 850 "0"{"ce sam"} 851 "1"{"sam proch"} 855 one{"dans {0} sam"} 856 other{"dans {0} sam"} 859 one{"il y a {0} sam"} 860 other{"il y a {0} sam"}
|
D | fr.txt | 921 "sam.", 959 "sam.", 2356 "-1"{"sam. dernier"} 2357 "0"{"ce sam."} 2358 "1"{"sam. prochain"} 2362 one{"dans {0} sam."} 2363 other{"dans {0} sam."} 2366 one{"il y a {0} sam."} 2367 other{"il y a {0} sam."} 2373 "-1"{"sam. dernier"} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | fr_HT.txt | 56 "-1"{"sam dernier"} 57 "0"{"ce sam"} 58 "1"{"sam prochain"}
|
D | fr.txt | 975 "sam.", 1013 "sam.", 2451 "-1"{"sam. dernier"} 2452 "0"{"ce sam."} 2453 "1"{"sam. prochain"} 2457 one{"dans {0} sam."} 2458 other{"dans {0} sam."} 2461 one{"il y a {0} sam."} 2462 other{"il y a {0} sam."} 2468 "-1"{"sam. dernier"} [all …]
|
D | fr_CA.txt | 906 "-1"{"sam. dernier"} 907 "0"{"ce sam"} 908 "1"{"sam proch"} 912 one{"dans {0} sam"} 913 other{"dans {0} sam"} 916 one{"il y a {0} sam"} 917 other{"il y a {0} sam"}
|
/third_party/icu/icu4c/source/data/locales/ |
D | fr_HT.txt | 56 "-1"{"sam dernier"} 57 "0"{"ce sam"} 58 "1"{"sam prochain"}
|
D | fr.txt | 975 "sam.", 1013 "sam.", 2451 "-1"{"sam. dernier"} 2452 "0"{"ce sam."} 2453 "1"{"sam. prochain"} 2457 one{"dans {0} sam."} 2458 other{"dans {0} sam."} 2461 one{"il y a {0} sam."} 2462 other{"il y a {0} sam."} 2468 "-1"{"sam. dernier"} [all …]
|
D | fr_CA.txt | 906 "-1"{"sam. dernier"} 907 "0"{"ce sam"} 908 "1"{"sam proch"} 912 one{"dans {0} sam"} 913 other{"dans {0} sam"} 916 one{"il y a {0} sam"} 917 other{"il y a {0} sam"}
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1412 struct ir3_instruction *sam, *addr; in emit_sam() local 1416 sam = ir3_SAM(ctx->block, opc, type, wrmask, info.flags, info.samp_tex, src0, in emit_sam() 1419 ir3_instr_set_address(sam, addr); in emit_sam() 1422 sam->cat5.tex_base = info.base; in emit_sam() 1423 sam->cat5.samp = info.samp_idx; in emit_sam() 1424 sam->cat5.tex = info.tex_idx; in emit_sam() 1426 return sam; in emit_sam() 1454 struct ir3_instruction *sam; in emit_intrinsic_load_image() local 1477 sam = emit_sam(ctx, OPC_ISAM, info, type, 0b1111, in emit_intrinsic_load_image() 1480 ir3_handle_nonuniform(sam, intr); in emit_intrinsic_load_image() [all …]
|
D | ir3.h | 2335 struct ir3_instruction *sam; in INSTR2() local 2348 sam = ir3_instr_create(block, opc, 1, nreg); in INSTR2() 2349 sam->flags |= flags; in INSTR2() 2350 __ssa_dst(sam)->wrmask = wrmask; in INSTR2() 2352 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in INSTR2() 2355 __ssa_src(sam, src0, 0); in INSTR2() 2358 __ssa_src(sam, src1, 0); in INSTR2() 2360 sam->cat5.type = type; in INSTR2() 2362 return sam; in INSTR2()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-srt-rrn-remux | 105 <i>"I am sam is a well-written 123 the movie I am sam.</i> 207 <i>"I am sam plays like 585 [whimpers] sam! Aah! 632 <i>"I am sam works magic 947 <i>"I am sam's dakota 1222 Ooh! Ooh, sam! 1412 <i>"I am sam reduces penn to 2051 Bleh: sam, bye-bye! 2055 Bye-bye, sam!
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | ir3-notes.rst | 168 registers, for example `sam` (texture fetch) src instructions (see 173 The counterpart to **collect**, when an instruction such as `sam` 195 sam (f32)(xyz)r2.x, r0.z, s#0, t#0 211 sam -> collect [label="regs[1]"]; 220 The frontend sets up the SSA ptrs from ``sam`` source register to the ``collect`` meta instruction,… 241 split_0 -> sam; 243 split_1 -> sam; 245 split_2 -> sam; 250 sam;
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/ |
D | croat.txt | 1 Dobar dan! Kako ste? Ja sam Marina
|
/third_party/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | croat.txt | 1 Dobar dan! Kako ste? Ja sam Marina
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/ |
D | croat.txt | 1 Dobar dan! Kako ste? Ja sam Marina
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/samples/ |
D | ISO-8859-2.txt | 1 Dobar dan! Kako ste? Ja sam Marina
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/ |
D | ISO-8859-2.txt | 1 Dobar dan! Kako ste? Ja sam Marina
|
/third_party/icu/icu4c/source/extra/uconv/samples/ |
D | ISO-8859-2.txt | 1 Dobar dan! Kako ste? Ja sam Marina
|
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/ |
D | fr.txt | 67 "sam.",
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/ |
D | fr.txt | 67 "sam.",
|