Searched refs:t21a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1508 dctint t21a = (dctint)(IN(21) * 14053U - IN(11) * 8423U + (1 << 13)) >> 14; in idct32_1d() local 1535 dctint t20 = t20a + t21a; in idct32_1d() 1536 dctint t21 = t20a - t21a; in idct32_1d() 1558 t21a = (dctint)( t26 * 13623U - t21 * 9102U + (1 << 13)) >> 14; in idct32_1d() 1584 t21 = t22a - t21a; in idct32_1d() 1585 t22 = t22a + t21a; in idct32_1d() 1606 t21a = (dctint)(-(t26 * 15137U + t21 * 6270U) + (1 << 13)) >> 14; in idct32_1d() 1627 t18 = t18a + t21a; in idct32_1d() 1630 t21 = t18a - t21a; in idct32_1d() 1644 t21a in idct32_1d() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1654 SUMSUB_MUL 2, 1, 4, 5, 8423, 14053 ; m2=t26a, m1=t21a 1657 SUMSUB_MUL 0, 3, 4, 5, 9102, 13623 ; m0=t26a, m3=t21a 1684 SUMSUB_MUL 5, 0, 1, 3, 6270, m15137 ; m5=t26a, m0=t21a 1710 UNSCRATCH 0, 13, rsp+280*mmsize ; t21a 1735 SUMSUB_MUL 1, 6, 0, 4, 11585, 11585 ; m1=t26a, m6=t21a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1390 mbutterfly d26, d21, d1[0], d1[1], q12, q15, neg=1 @ d26 = t26a, d21 = t21a 1403 mbutterfly0 d26, d21, d26, d21, d8, d10, q4, q5 @ d26 = t26a, d21 = t21a 1423 mbutterfly d26, d21, d5[0], d5[1], q4, q5 @ d26 = t21a, d21 = t26a 1447 mbutterfly d21, d26, d3[0], d3[1], q8, q9 @ d21 = t21a, d26 = t26a 1465 mbutterfly_h2 d26, d21, d5[0], d5[1], q4, q5 @ d26 = t21a, d21 = t26a 1486 mbutterfly d21, d26, d3[0], d3[1], q8, q9 @ d21 = t21a, d26 = t26a
|
Completed in 10 milliseconds