Home
last modified time | relevance | path

Searched refs:tE (Results 1 - 2 of 2) 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
56 tE = tC - (tA >> 1); in idct_col()
59 t11 = tE - t8; 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
92 tE = tC - tA; in idct_row()
95 t11 = tE - t8; in idct_row()
96 t12 = tE + tA * 2 - t9; in idct_row()
H A Dmv30.c124 const unsigned tE = (((int)(t9 * -669U) >> 8) - tC) + tD; in idct_1d() local
125 const unsigned tF = ((int)((tA - t8) * 362U) >> 8) - tE; in idct_1d()
129 blk[1 * step] = t6 + tE; in idct_1d()
134 blk[6 * step] = t6 - tE; in idct_1d()

Completed in 3 milliseconds