Searched refs:tA (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hqxdsp.c | 29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local 52 tA = (int)(s2 * 8867U - s6 * 21407U) >> 14; in idct_col() 56 tE = tC - (tA >> 1); in idct_col() 60 t12 = tE + (tA >> 1) * 2 - t9; 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 88 tA = (blk[2] * 8867 - blk[6] * 21407) >> 14; in idct_row() 92 tE = tC - tA; in idct_row() 96 t12 = tE + tA * 2 - t9; in idct_row()
|
H A D | mss34dsp.c | 75 const unsigned tA = SOP(blk[0 * step] - blk[4 * step]); \ 79 blk[1 * step] = (int)( t3 + t7 + t8 + tA) >> shift; \ 80 blk[2 * step] = (int)( t2 + t6 - t8 + tA) >> shift; \ 83 blk[5 * step] = (int)(-(t2 + t6) - t8 + tA) >> shift; \ 84 blk[6 * step] = (int)(-(t3 + t7) + t8 + tA) >> shift; \
|
H A D | fic.c | 101 const unsigned tA = (blk[0 * step] - blk[4 * step]) * 32768 + rnd; in fic_idct() local 104 blk[1 * step] = (int)( t6 + t7 + t8 + tA) >> shift; in fic_idct() 105 blk[2 * step] = (int)( t6 - t7 - t8 + tA) >> shift; in fic_idct() 108 blk[5 * step] = (int)(-(t6 - t7) - t8 + tA) >> shift; in fic_idct() 109 blk[6 * step] = (int)(-(t6 + t7) + t8 + tA) >> shift; in fic_idct()
|
H A D | mv30.c | 120 const unsigned tA = blk[1 * step] + blk[7 * step]; in idct_1d() local 122 const unsigned tC = t8 + tA; in idct_1d() 125 const unsigned tF = ((int)((tA - t8) * 362U) >> 8) - tE; in idct_1d()
|
H A D | clearvideo.c | 144 const int tA = (int)(181U * (t9 + (t1 - t3)) + 0x80) >> 8; \ 149 blk[1 * step] = (t7 + t4 + tA) >> shift; \ 154 blk[6 * step] = (t7 + t4 - tA) >> shift; \
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 1232 Value *tA, *tB; in opnd() local 1243 tA = bld.getSSA(); in opnd() 1245 mul = bld.mkOp2(OP_MUL, TYPE_U32, tA, i->getSrc(0), in opnd() 1248 bld.mkOp2(OP_SUB, TYPE_U32, tB, i->getSrc(0), tA); in opnd() 1249 tA = bld.getSSA(); in opnd() 1251 bld.mkOp2(OP_SHR, TYPE_U32, tA, tB, bld.mkImm(r)); in opnd() 1253 tA = tB; in opnd() 1255 newi = bld.mkOp2(OP_ADD, TYPE_U32, tB, mul->getDef(0), tA); in opnd() 1266 LValue *tA, *tB; in opnd() local 1277 tA in opnd() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_sse2.c | 490 const __m128i tA = _mm_loadu_si128((const __m128i*)&(A)); \ 494 Average2_m128i(&tA, &tB, &pred); \
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 702 const vector signed int tA = vec_sl(vec_nor(zero, sumA), vuint32_16); in dering_altivec() local 705 const vector signed int t2A = vec_or(sumA, tA); in dering_altivec()
|
Completed in 11 milliseconds