Searched refs:t18a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1502 dctint t18a = (dctint)(IN( 9) * 7005U - IN(23) * 14811U + (1 << 13)) >> 14; in idct32_1d() local 1533 dctint t18 = t19a - t18a; in idct32_1d() 1534 dctint t19 = t19a + t18a; in idct32_1d() 1556 t18a = (dctint)(-(t29 * 16069U + t18 * 3196U) + (1 << 13)) >> 14; in idct32_1d() 1580 t17 = t17a + t18a; in idct32_1d() 1581 t18 = t17a - t18a; in idct32_1d() 1600 t18a = (dctint)( t29 * 6270U - t18 * 15137U + (1 << 13)) >> 14; in idct32_1d() 1627 t18 = t18a + t21a; in idct32_1d() 1630 t21 = t18a - t21a; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1622 SUMSUB_MUL 2, 4, 6, 7, 14811, 7005 ; m2=t29a, m4=t18a 1626 SUMSUB_MUL 5, 0, 6, 7, 3196, m16069 ; m5=t29a, m0=t18a 1638 SUMSUB_MUL 6, 3, 0, 4, 15137, 6270 ; m6=t29a, m3=t18a 1705 UNSCRATCH 6, 10, rsp+277*mmsize ; t18a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1387 mbutterfly d27, d20, d1[0], d1[1], q12, q15 @ d27 = t18a, d20 = t29a 1420 mbutterfly d20, d27, d2[0], d2[1], q4, q5 @ d20 = t18a, d27 = t29a 1446 mbutterfly d27, d20, d2[0], d2[1], q8, q9, neg=1 @ d27 = t29a, d20 = t18a 1462 mbutterfly_h1 d20, d27, d2[0], d2[1], q4, q5 @ d20 = t18a, d27 = t29a 1485 mbutterfly d27, d20, d2[0], d2[1], q8, q9, neg=1 @ d27 = t29a, d20 = t18a
|
Completed in 10 milliseconds