Searched refs:tC (Results 1 - 4 of 4) 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 54 tC = (s0 >> 1) - (s4 >> 1); in idct_col() 55 tD = (s4 >> 1) * 2 + tC; in idct_col() 56 tE = tC - (tA >> 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 90 tC = blk[0] - blk[4]; in idct_row() 91 tD = blk[4] * 2 + tC; in idct_row() 92 tE = tC - tA; in idct_row()
|
H A D | mv30.c | 122 const unsigned tC = t8 + tA; in idct_1d() local 124 const unsigned tE = (((int)(t9 * -669U) >> 8) - tC) + tD; in idct_1d() 128 blk[0 * step] = t4 + tC; in idct_1d() 135 blk[7 * step] = t4 - tC; in idct_1d()
|
H A D | clearvideo.c | 146 const int tC = t1 + t3; \ 151 blk[3 * step] = (t6 - t5 + tC) >> shift; \ 152 blk[4 * step] = (t6 - t5 - tC) >> shift; \
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 704 const vector signed int tC = vec_sl(vec_nor(zero, sumC), vuint32_16); in dering_altivec() local 707 const vector signed int t2C = vec_or(sumC, tC); in dering_altivec()
|
Completed in 6 milliseconds