Searched refs:t26a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1509 dctint t26a = (dctint)(IN(21) * 8423U + IN(11) * 14053U + (1 << 13)) >> 14; in idct32_1d() local 1541 dctint t26 = t27a - t26a; in idct32_1d() 1542 dctint t27 = t27a + t26a; in idct32_1d() 1559 t26a = (dctint)( t26 * 9102U + t21 * 13623U + (1 << 13)) >> 14; in idct32_1d() 1588 t25 = t25a + t26a; in idct32_1d() 1589 t26 = t25a - t26a; in idct32_1d() 1607 t26a = (dctint)( t26 * 6270U - t21 * 15137U + (1 << 13)) >> 14; in idct32_1d() 1635 t26 = t29a - t26a; in idct32_1d() 1638 t29 = t29a + t26a; in idct32_1d() 1645 t26a 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 1677 UNSCRATCH 6, 8, rsp+275*mmsize ; t26a 1684 SUMSUB_MUL 5, 0, 1, 3, 6270, m15137 ; m5=t26a, m0=t21a 1735 SUMSUB_MUL 1, 6, 0, 4, 11585, 11585 ; m1=t26a, m6=t21a 1741 mova [rsp+269*mmsize], m1 ; t26a 1882 mova m1, [rsp+269*mmsize] ; t26a
|
/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