Home
last modified time | relevance | path

Searched refs:t25a (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9dsp_template.c1511 dctint t25a = (dctint)(IN(13) * 13160U + IN(19) * 9760U + (1 << 13)) >> 14; in idct32_1d() local
1539 dctint t24 = t24a + t25a; in idct32_1d()
1540 dctint t25 = t24a - t25a; in idct32_1d()
1561 t25a = (dctint)( t25 * 13623U - t22 * 9102U + (1 << 13)) >> 14; in idct32_1d()
1588 t25 = t25a + t26a; in idct32_1d()
1589 t26 = t25a - t26a; in idct32_1d()
1634 t25a = t30 - t25; in idct32_1d()
1646 t22 = (dctint)((t25a - t22a) * 11585U + (1 << 13)) >> 14; in idct32_1d()
1647 t25 = (dctint)((t25a + t22a) * 11585U + (1 << 13)) >> 14; in idct32_1d()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm1667 SUMSUB_MUL 2, 4, 6, 7, 13160, 9760 ; m2=t25a, m4=t22a
1671 SUMSUB_MUL 5, 0, 6, 7, 13623, m9102 ; m5=t25a, m0=t22a
1698 SUMSUB_BA d, 6, 0, 2 ; m6=t30a, m0=t25a
1725 UNSCRATCH 4, 11, rsp+278*mmsize ; t25a
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S1393 butterfly d30, d25, d22, d23 @ d30 = t30a, d25 = t25a
1424 mbutterfly d22, d25, d6[0], d6[1], q4, q5 @ d22 = t22a, d25 = t25a
1448 mbutterfly d25, d22, d3[0], d3[1], q8, q9, neg=1 @ d25 = t25a, d22 = t22a
1466 mbutterfly_h1 d22, d25, d6[0], d6[1], q4, q5 @ d22 = t22a, d25 = t25a
1487 mbutterfly d25, d22, d3[0], d3[1], q8, q9, neg=1 @ d25 = t25a, d22 = t22a

Completed in 10 milliseconds