Searched refs:t24a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1513 dctint t24a = (dctint)(IN(29) * 2404U + IN( 3) * 16207U + (1 << 13)) >> 14; in idct32_1d() local 1539 dctint t24 = t24a + t25a; in idct32_1d() 1540 dctint t25 = t24a - t25a; in idct32_1d() 1587 t24a = t24 + t27; in idct32_1d() 1633 t24 = t31a - t24a; in idct32_1d() 1640 t31 = t31a + t24a; in idct32_1d() 1649 t24a = (dctint)((t24 + t23 ) * 11585U + (1 << 13)) >> 14; in idct32_1d() 1658 out[ 7] = t7 + t24a; in idct32_1d() 1675 out[24] = t7 - t24a; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1382 butterfly d8, d28, d28, d30 @ d8 = t24a, d28 = t27a 1405 mbutterfly0 d24, d23, d24, d23, d8, d10, q4, q5 @ d24 = t24a, d23 = t23a 1425 mbutterfly d30, d17, d7[0], d7[1], q4, q5 @ d30 = t23a, d17 = t24a 1467 mbutterfly_h2 d30, d17, d7[0], d7[1], q4, q5 @ d30 = t23a, d17 = t24a
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1668 SUMSUB_MUL 5, 0, 6, 7, 2404, 16207 ; m5=t24a, m0=t23a 1681 SUMSUB_BA d, 7, 2, 1 ; m7=t24a, m2=t27a 1728 SUMSUB_MUL 0, 2, 1, 3, 11585, 11585 ; m0=t24a, m2=t23a 1887 UNSCRATCH 3, 12, rsp+279*mmsize ; t24a
|
Completed in 9 milliseconds