Home
last modified time | relevance | path

Searched refs:tD (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhqxdsp.c29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local
55 tD = (s4 >> 1) * 2 + tC; in idct_col()
57 tF = tD - (tB >> 1); 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
91 tD = blk[4] * 2 + tC; in idct_row()
93 tF = tD - tB; in idct_row()
H A Dmv30.c123 const unsigned tD = (int)((tB + t9) * 473U) >> 8; in idct_1d() local
124 const unsigned tE = (((int)(t9 * -669U) >> 8) - tC) + tD; in idct_1d()
126 const unsigned t10 = (((int)(tB * 277U) >> 8) - tD) + tF; in idct_1d()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1267 LValue *tD; in opnd() local
1287 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue(); in opnd()
1288 newi = bld.mkOp2(OP_SUB, TYPE_U32, tD, tB, tA); in opnd()

Completed in 8 milliseconds