Searched refs:t30a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1501 dctint t30a = (dctint)(IN(17) * 11003U + IN(15) * 12140U + (1 << 13)) >> 14; in idct32_1d() local 1545 dctint t30 = t31a - t30a; in idct32_1d() 1546 dctint t31 = t31a + t30a; in idct32_1d() 1555 t30a = (dctint)( t30 * 16069U + t17 * 3196U + (1 << 13)) >> 14; in idct32_1d() 1592 t29 = t30a - t29a; in idct32_1d() 1593 t30 = t30a + t29a; in idct32_1d() 1639 t30a = t30 + t25; in idct32_1d() 1652 out[ 1] = t1 + t30a; in idct32_1d() 1681 out[30] = t1 - t30a; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1609 SUMSUB_MUL 2, 1, 4, 5, 11003, 12140 ; m2=t30a, m1=t17a 1612 SUMSUB_MUL 0, 3, 4, 5, 16069, 3196 ; m0=t30a, m3=t17a 1632 UNSCRATCH 6, 8, rsp+275*mmsize ; t30a 1698 SUMSUB_BA d, 6, 0, 2 ; m6=t30a, m0=t25a 1829 mova m1, [rsp+273*mmsize] ; t30a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1393 butterfly d30, d25, d22, d23 @ d30 = t30a, d25 = t25a 1419 mbutterfly d24, d23, d1[0], d1[1], q4, q5 @ d24 = t17a, d23 = t30a 1445 mbutterfly d23, d24, d2[0], d2[1], q8, q9 @ d23 = t17a, d24 = t30a 1461 mbutterfly_h2 d24, d23, d1[0], d1[1], q4, q5 @ d24 = t17a, d23 = t30a 1484 mbutterfly d23, d24, d2[0], d2[1], q8, q9 @ d23 = t17a, d24 = t30a
|
Completed in 10 milliseconds