Searched refs:t29a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1503 dctint t29a = (dctint)(IN( 9) * 14811U + IN(23) * 7005U + (1 << 13)) >> 14; in idct32_1d() local 1543 dctint t28 = t28a + t29a; in idct32_1d() 1544 dctint t29 = t28a - t29a; in idct32_1d() 1557 t29a = (dctint)( t29 * 3196U - t18 * 16069U + (1 << 13)) >> 14; in idct32_1d() 1592 t29 = t30a - t29a; in idct32_1d() 1593 t30 = t30a + t29a; in idct32_1d() 1601 t29a = (dctint)( t29 * 15137U + t18 * 6270U + (1 << 13)) >> 14; in idct32_1d() 1635 t26 = t29a - t26a; in idct32_1d() 1638 t29 = t29a + t26a; 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 1689 UNSCRATCH 3, 13, rsp+280*mmsize ; t29a
|
/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 9 milliseconds