Searched refs:t27a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1507 dctint t27a = (dctint)(IN( 5) * 15893U + IN(27) * 3981U + (1 << 13)) >> 14; in idct32_1d() local 1541 dctint t26 = t27a - t26a; in idct32_1d() 1542 dctint t27 = t27a + t26a; in idct32_1d() 1590 t27a = t24 - t27; in idct32_1d() 1604 t20 = (dctint)(-(t27a * 15137U + t20a * 6270U) + (1 << 13)) >> 14; in idct32_1d() 1605 t27 = (dctint)( t27a * 6270U - t20a * 15137U + (1 << 13)) >> 14; in idct32_1d() 1636 t27a = t28 - t27; in idct32_1d() 1642 t20 = (dctint)((t27a - t20a) * 11585U + (1 << 13)) >> 14; in idct32_1d() 1643 t27 = (dctint)((t27a + t20a) * 11585U + (1 << 13)) >> 14; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1382 butterfly d8, d28, d28, d30 @ d8 = t24a, d28 = t27a 1397 butterfly_r d27, d28, d9, d28 @ d27 = t27a, d28 = t28a 1422 mbutterfly d18, d29, d4[0], d4[1], q4, q5 @ d18 = t20a, d29 = t27a 1464 mbutterfly_h1 d18, d29, d4[0], d4[1], q4, q5 @ d18 = t20a, d29 = t27a
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1653 SUMSUB_MUL 0, 3, 4, 5, 15893, 3981 ; m0=t27a, m3=t20a 1681 SUMSUB_BA d, 7, 2, 1 ; m7=t24a, m2=t27a 1693 SUMSUB_BA d, 2, 1, 0 ; m2=t28a, m1=t27a 1731 UNSCRATCH 3, 13, rsp+280*mmsize ; t27a
|
Completed in 11 milliseconds