Searched refs:t20a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1506 dctint t20a = (dctint)(IN( 5) * 3981U - IN(27) * 15893U + (1 << 13)) >> 14; in idct32_1d() local 1535 dctint t20 = t20a + t21a; in idct32_1d() 1536 dctint t21 = t20a - t21a; in idct32_1d() 1583 t20a = t23 - t20; 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() 1629 t20a = t19 - t20; 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/x86/ |
H A D | vp9itxfm_16bpp.asm | 1653 SUMSUB_MUL 0, 3, 4, 5, 15893, 3981 ; m0=t27a, m3=t20a 1675 SUMSUB_BA d, 1, 4, 6 ; m1=t23a, m4=t20a 1714 SUMSUB_BA d, 4, 7, 1 ; m4=t19a, m7=t20a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1380 butterfly d18, d10, d11, d10 @ d18 = t23a, d10 = t20a 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
|
Completed in 10 milliseconds