Searched refs:t22a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1510 dctint t22a = (dctint)(IN(13) * 9760U - IN(19) * 13160U + (1 << 13)) >> 14; in idct32_1d() local 1537 dctint t22 = t23a - t22a; in idct32_1d() 1538 dctint t23 = t23a + t22a; in idct32_1d() 1560 t22a = (dctint)(-(t25 * 9102U + t22 * 13623U) + (1 << 13)) >> 14; in idct32_1d() 1584 t21 = t22a - t21a; in idct32_1d() 1585 t22 = t22a + t21a; in idct32_1d() 1631 t22a = t17 - t22; 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 D | vp9itxfm_16bpp.asm | 1667 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 1719 SUMSUB_BA d, 3, 5, 0 ; m3=t17a, m5=t22a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1395 butterfly_r d22, d17, d17, d19 @ d22 = t22a, d17 = t17a 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