Searched refs:t31a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1499 dctint t31a = (dctint)(IN( 1) * 16364U + IN(31) * 804U + (1 << 13)) >> 14; in idct32_1d() local 1545 dctint t30 = t31a - t30a; in idct32_1d() 1546 dctint t31 = t31a + t30a; in idct32_1d() 1594 t31a = t31 + t28; in idct32_1d() 1633 t24 = t31a - t24a; in idct32_1d() 1640 t31 = t31a + t24a; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1608 SUMSUB_MUL 0, 3, 4, 5, 16364, 804 ; m0=t31a, m3=t16a 1636 SUMSUB_BA d, 2, 7, 0 ; m2=t31a, m7=t28a 1695 UNSCRATCH 4, 15, rsp+282*mmsize ; t31a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1384 butterfly d11, d29, d29, d31 @ d11 = t31a, d29 = t28a 1418 mbutterfly d16, d31, d0[0], d0[1], q4, q5 @ d16 = t16a, d31 = t31a 1460 mbutterfly_h1 d16, d31, d0[0], d0[1], q4, q5 @ d16 = t16a, d31 = t31a
|
Completed in 12 milliseconds