Searched refs:t17a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1500 dctint t17a = (dctint)(IN(17) * 12140U - IN(15) * 11003U + (1 << 13)) >> 14; in idct32_1d() local 1531 dctint t16 = t16a + t17a; in idct32_1d() 1532 dctint t17 = t16a - t17a; in idct32_1d() 1554 t17a = (dctint)( t30 * 3196U - t17 * 16069U + (1 << 13)) >> 14; in idct32_1d() 1580 t17 = t17a + t18a; in idct32_1d() 1581 t18 = t17a - t18a; in idct32_1d() 1626 t17a = t17 + t22; in idct32_1d() 1665 out[14] = t14a + t17a; in idct32_1d() 1668 out[17] = t14a - t17a; 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 1719 SUMSUB_BA d, 3, 5, 0 ; m3=t17a, m5=t22a 1778 UNSCRATCH 2, 11, rsp+278*mmsize ; t17a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1395 butterfly_r d22, d17, d17, d19 @ d22 = t22a, d17 = t17a 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 9 milliseconds