Home
last modified time | relevance | path

Searched refs:bp2 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dra144.c1551 int *bp2 = buffer2; in ff_eval_refl() local
1556 refl[LPC_ORDER-1] = bp2[LPC_ORDER-1]; in ff_eval_refl()
1558 if ((unsigned) bp2[LPC_ORDER-1] + 0x1000 > 0x1fff) { in ff_eval_refl()
1564 b = 0x1000-((bp2[i+1] * bp2[i+1]) >> 12); in ff_eval_refl()
1572 int a = bp2[j] - ((int)(refl[i+1] * (unsigned)bp2[i-j]) >> 12); in ff_eval_refl()
1576 bp1[j] = (int)((bp2[j] - ((int)(refl[i+1] * (unsigned)bp2[i-j]) >> 12)) * (unsigned)b) >> 12; in ff_eval_refl()
1584 FFSWAP(int *, bp1, bp2); in ff_eval_refl()
[all...]
H A Dtakdec.c563 int32_t bp2 = p2[0]; in decorrelate() local
581 FFSWAP(int32_t, bp1, bp2); in decorrelate()
671 p2[0] = bp2; in decorrelate()
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobjxref.pl66 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
68 return $ap2 - $bp2;
/third_party/openssl/crypto/objects/
H A Dobjxref.pl66 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
68 return $ap2 - $bp2;
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc289 int bp2 = instr->Bp2Value(); in PrintBp2() local
290 out_buffer_pos_ += base::SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2); in PrintBp2()
932 case '2': { // 'bp2 in FormatOption()
933 DCHECK(STRING_STARTS_WITH(format, "bp2")); in FormatOption()
1513 Format(instr, "align 'rd, 'rs, 'rt, 'bp2"); in DecodeTypeRegisterSPECIAL3()
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc467 int bp2 = instr->Bp2Value(); in PrintBp2() local
468 out_buffer_pos_ += base::SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2); in PrintBp2()
981 case '2': { // 'bp2 in FormatOption()
982 DCHECK(STRING_STARTS_WITH(format, "bp2")); in FormatOption()
1739 Format(instr, "align 'rd, 'rs, 'rt, 'bp2"); in DecodeTypeRegisterSPECIAL3()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc4400 const uint8_t bp2 = instr_.Bp2Value();
4404 if (bp2 == 0) {
4407 uint64_t rt_hi = rt() << (8 * bp2);
4408 uint64_t rs_lo = rs() >> (8 * (4 - bp2));

Completed in 19 milliseconds