/third_party/ffmpeg/libavcodec/ |
H A D | aacpsdsp_template.c | 182 INTFLOAT h02 = h[0][2], h12 = h[1][2]; in ps_stereo_interpolate_ipdopd_c() local 202 h12 += hs12; in ps_stereo_interpolate_ipdopd_c() 205 l[n][0] = AAC_MSUB30_V8(h00, l_re, h02, r_re, h10, l_im, h12, r_im); in ps_stereo_interpolate_ipdopd_c() 206 l[n][1] = AAC_MADD30_V8(h00, l_im, h02, r_im, h10, l_re, h12, r_re); in ps_stereo_interpolate_ipdopd_c()
|
H A D | aacps.c | 633 INTFLOAT h11, h12, h21, h22; in stereo_processing() local 635 h12 = H_LUT[iid_mapped[e][b] + 7 + 23 * ps2->iid_quant][icc_mapped[e][b]][1]; in stereo_processing() 657 h12i = AAC_MUL30(h12, ipd_adj_im); in stereo_processing() 658 h12 = AAC_MUL30(h12, ipd_adj_re); in stereo_processing() 669 H12[0][e+1][b] = h12; in stereo_processing()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 198 COMPARE(fcmp(h12, 0), "fcmp h12, #0.0"); in TEST() 208 COMPARE(fcmpe(h12, 0), "fcmpe h12, #0.0"); in TEST() 230 COMPARE(fccmp(h12, h13, CVFlag, al), "fccmp h12, h13, #nzCV, al"); in TEST() 246 COMPARE(fccmpe(h12, h13, CVFlag, al), "fccmpe h12, h13, #nzCV, al"); in TEST() 262 COMPARE(fcsel(h11, h12, h13, al), "fcsel h11, h12, h1 in TEST() [all...] |
H A D | test-api-aarch64.cc | 519 VIXL_CHECK(AreConsecutive(h11, h12)); in TEST() 1479 temps.Include(CPURegList(h16, h14, h13, h12)); in TEST() 1515 temps.Exclude(CPURegList(h16, h14, h13, h12)); in TEST()
|
H A D | test-disasm-aarch64.cc | 1308 COMPARE(stur(h12, MemOperand(x13, -1)), "stur h12, [x13, #-1]"); in TEST() 1400 COMPARE(stur(h12, MemOperand(x13, 2), option), "stur h12, [x13, #2]"); in TEST() 1441 COMPARE(str(h12, MemOperand(x13, 1), option), "stur h12, [x13, #1]"); in TEST()
|
H A D | test-assembler-fp-aarch64.cc | 340 __ Fmov(h12, RawbitsToFloat16(0x7BFF)); in TEST() 362 ASSERT_EQUAL_FP16(RawbitsToFloat16(0x7BFF), h12); in TEST()
|
H A D | test-trace-aarch64.cc | 454 __ fcvt(h12, s1); in GenerateTestSequenceFP() 1569 __ sqdmulh(h17, h27, h12); in GenerateTestSequenceNEON()
|
H A D | test-assembler-sve-aarch64.cc | 619 __ Lasta(h12, p4, z0.VnH()); 784 __ Clasta(h12, p4, h12, z0.VnH()); 16422 __ Fmaxnmv(h12, p4, z10.VnH()); 16469 ASSERT_EQUAL_FP16(Float16(42), h12);
|
H A D | test-disasm-neon-aarch64.cc | 2233 COMPARE_MACRO(Facge(v12.H(), v13.H(), v14.H()), "facge h12, h13, h14"); in TEST() 4085 COMPARE_MACRO(Fminp(h12, v13.V2H()), "fminp h12, v13.2h"); in TEST()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-date-time-format.cc | 43 return "h12"; in ToHourCycleString() 57 if (hc == "h12") return JSDateTimeFormat::HourCycle::kH12; in ToHourCycle() 82 isolate, options, "hourCycle", method_name, {"h11", "h12", "h23", "h24"}, in GetHourCycle() 281 static base::LazyInstance<Pattern, H12Trait>::type h12 = in GetPatternData() local 283 return h12.Pointer()->Get(); in GetPatternData() 661 // ii. If hc is "h11" or "h12", let v be true. in ResolvedOptions() 1569 // "h12", "h23", "h24" ยป, undefined). in New() 1676 // 1. Set hc to "h12". in New()
|