Home
last modified time | relevance | path

Searched refs:tB (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dhqxdsp.c29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local
53 tB = (int)(s6 * 8867U + s2 * 21407U) >> 14; in idct_col()
57 tF = tD - (tB >> 1); in idct_col()
61 t13 = tF + (tB >> 1) * 2 - t4; in idct_col()
75 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_row() local
89 tB = (blk[6] * 8867 + blk[2] * 21407) >> 14; in idct_row()
93 tF = tD - tB; in idct_row()
97 t13 = tF + tB * 2 - t4; in idct_row()
Dmss34dsp.c76 const unsigned tB = SOP(blk[0 * step] + blk[4 * step]); \
78 blk[0 * step] = (int)( t1 + t6 + t9 + tB) >> shift; \
81 blk[3 * step] = (int)( t0 + t7 - t9 + tB) >> shift; \
82 blk[4 * step] = (int)(-(t0 + t7) - t9 + tB) >> shift; \
85 blk[7 * step] = (int)(-(t1 + t6) + t9 + tB) >> shift; \
Dfic.c101 const unsigned tB = (blk[0 * step] + blk[4 * step]) * 32768 + rnd; in fic_idct() local
102 blk[0 * step] = (int)( t4 + t9 + tB) >> shift; in fic_idct()
105 blk[3 * step] = (int)( t5 - t9 + tB) >> shift; in fic_idct()
106 blk[4 * step] = (int)( -t5 - t9 + tB) >> shift; in fic_idct()
109 blk[7 * step] = (int)( -t4 + t9 + tB) >> shift; in fic_idct()
Dmv30.c120 const unsigned tB = blk[1 * step] - blk[7 * step]; in idct_1d() local
122 const unsigned tD = (int)((tB + t9) * 473U) >> 8; in idct_1d()
125 const unsigned t10 = (((int)(tB * 277U) >> 8) - tD) + tF; in idct_1d()
Dclearvideo.c144 const int tB = (int)(181U * (t9 - (t1 - t3)) + 0x80) >> 8; \
149 blk[2 * step] = (t7 - t4 + tB) >> shift; \
152 blk[5 * step] = (t7 - t4 - tB) >> shift; \
/third_party/boost/boost/polygon/detail/
Dvoronoi_robust_fpt.hpp472 tB[3] = 1; in eval3()
474 tB[4] = B[0] * B[1]; in eval3()
475 return eval2(tA + 3, tB + 3) / (a - b); in eval3()
490 tB[0] = 1; in eval4()
492 tB[1] = B[0] * B[1]; in eval4()
494 tB[2] = B[2] * B[3]; in eval4()
495 return eval3(tA, tB) / (a - b); in eval4()
500 _int tB[5]; member in boost::polygon::detail::robust_sqrt_expr
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs508 var tB = posB.Test3; in AreEqual()
509 Assert.AreEqual(tA.A, tB.A); in AreEqual()
510 Assert.AreEqual(tA.B, tB.B); in AreEqual()
594 var tB = posB.Value.Test3; in AreEqual()
595 Assert.AreEqual(tA.A, tB.A); in AreEqual()
596 Assert.AreEqual(tA.B, tB.B); in AreEqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp735 UOpc = ARM::tB; in initializeFunctionInfo()
739 case ARM::tB: in initializeFunctionInfo()
909 unsigned Opc = isThumb ? (isThumb2 ? ARM::t2B : ARM::tB) : ARM::B; in splitBlockBeforeInstr()
1094 if (PredMI->getOpcode() == ARM::B || PredMI->getOpcode() == ARM::tB in BBIsJumpedOver()
1179 case ARM::tB: in getUnconditionalBrDisp()
1295 int UncondBr = isThumb ? ((isThumb2) ? ARM::t2B : ARM::tB) : ARM::B; in createNewWater()
1830 NewOpc = ARM::tB; in optimizeThumb2Branches()
2441 BuildMI(NewBB, DebugLoc(), TII->get(ARM::tB)) in adjustJTTargetBlockForward()
DARMBaseInstrInfo.h488 return Opc == ARM::B || Opc == ARM::tB || Opc == ARM::t2B; in isUncondBranchOpcode()
DThumb1FrameLowering.cpp619 if (MBBI != MBB.end() && MBBI->getOpcode() != ARM::tB) in emitPopSpecialFixUp()
DARMInstrThumb.td579 def tB : T1pI<(outs), (ins t_brtarget:$target), IIC_Br,
638 (tB t_brtarget:$dst, pred:$p)>,
DARMAsmPrinter.cpp1893 EmitToStreamer(*OutStreamer, MCInstBuilder(ARM::tB) in EmitInstruction()
DARMBaseInstrInfo.cpp437 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); in insertBranch()
2137 if (Opc == ARM::tB) in getMatchingCondBranchOpcode()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1232 Value *tA, *tB; in opnd() local
1244 tB = bld.getSSA(); in opnd()
1248 bld.mkOp2(OP_SUB, TYPE_U32, tB, i->getSrc(0), tA); in opnd()
1251 bld.mkOp2(OP_SHR, TYPE_U32, tA, tB, bld.mkImm(r)); in opnd()
1253 tA = tB; in opnd()
1254 tB = s ? bld.getSSA() : i->getDef(0); in opnd()
1255 newi = bld.mkOp2(OP_ADD, TYPE_U32, tB, mul->getDef(0), tA); in opnd()
1257 bld.mkOp2(OP_SHR, TYPE_U32, i->getDef(0), tB, bld.mkImm(s)); in opnd()
1266 LValue *tA, *tB; in opnd() local
1278 tB = bld.getSSA(); in opnd()
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_sse2.c491 const __m128i tB = _mm_loadu_si128((const __m128i*)&(B)); \
494 Average2_m128i(&tA, &tB, &pred); \
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_sse2.c509 const __m128i tB = _mm_loadu_si128((const __m128i*)&(B)); \
512 Average2_m128i(&tA, &tB, &pred); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenMCPseudoLowering.inc455 TmpInst.setOpcode(ARM::tB);
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c703 const vector signed int tB = vec_sl(vec_nor(zero, sumB), vuint32_16); in dering_altivec() local
706 const vector signed int t2B = vec_or(sumB, tB); in dering_altivec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp209 case ARM::tB: in getRelaxedOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5571 case ARM::tB: in cvtThumbBranches()
5585 case ARM::tBcc: Inst.setOpcode(ARM::tB); break; in cvtThumbBranches()
5593 case ARM::tB: in cvtThumbBranches()
5595 Inst.setOpcode(Cond == ARMCC::AL ? ARM::tB : ARM::tBcc); in cvtThumbBranches()
5607 case ARM::tB: { in cvtThumbBranches()
7747 case ARM::tB: in validateInstruction()
9902 case ARM::tB: in processInstruction()
9926 Inst.setOpcode(ARM::tB); in processInstruction()
/third_party/icu/
DKEYS675 1tB/31tNrCvyDk9BaQPzdaD69rM6Bf6NJcjpCsbf0OmaNsElGuMaWdrOkMfFoxW3
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.min.js.map1tB,EAAS,GACTxzB,EAAI,EACJyzB,EAAKhuB,EAAIhF,OACNT,EAAIyzB,GAAI,CACX,IAMYC,EAQAC,EACAC,EAfR3zB,EAAI…
/third_party/libjpeg-turbo/testimages/
Dtestorig.ppm4tB;rC;rC;q?6s>6s>6r=5r=5r=5p>5p>5n>4m=3l<2k;1j;1i:0i:0j:0n72p62p62n72m61l71i70i70l;4k:3h91e90e90e9…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4tB;rC;rC;q?6s>6s>6r=5r=5r=5p>5p>5n>4m=3l<2k;1j;1i:0i:0j:0n72p62p62n72m61l71i70i70l;4k:3h91e90e90e9…
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4tB;rC;rC;q?6s>6s>6r=5r=5r=5p>5p>5n>4m=3l<2k;1j;1i:0i:0j:0n72p62p62n72m61l71i70i70l;4k:3h91e90e90e9…

12