Searched refs:tF (Results 1 - 3 of 3) 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 57 tF = tD - (tB >> 1); in idct_col() 58 t10 = tF - t5; 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 93 tF = tD - tB; in idct_row() 94 t10 = tF - t5; in idct_row() 97 t13 = tF + tB * 2 - t4; in idct_row()
|
H A D | mv30.c | 125 const unsigned tF = ((int)((tA - t8) * 362U) >> 8) - tE; in idct_1d() local 126 const unsigned t10 = (((int)(tB * 277U) >> 8) - tD) + tF; in idct_1d() 130 blk[2 * step] = t7 + tF; in idct_1d() 133 blk[5 * step] = t7 - tF; in idct_1d()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | giant.js | 32 static tF() { } 96 static tF() { } 175 static tF() { } 254 static tF() { } 290 static tF() { } 354 static tF() { } 433 static tF() { } 512 static tF() { } 548 static tF() { } 563 static tF() { } [all...] |
Completed in 3 milliseconds