Searched refs:t23a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1512 dctint t23a = (dctint)(IN(29) * 16207U - IN( 3) * 2404U + (1 << 13)) >> 14; in idct32_1d() local 1537 dctint t22 = t23a - t22a; in idct32_1d() 1538 dctint t23 = t23a + t22a; in idct32_1d() 1586 t23a = t23 + t20; in idct32_1d() 1625 t16 = t16a + t23a; in idct32_1d() 1632 t23 = t16a - t23a; in idct32_1d() 1648 t23a = (dctint)((t24 - t23 ) * 11585U + (1 << 13)) >> 14; in idct32_1d() 1659 out[ 8] = t8 + t23a; in idct32_1d() 1674 out[23] = t8 - t23a; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1380 butterfly d18, d10, d11, d10 @ d18 = t23a, d10 = t20a 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 1675 SUMSUB_BA d, 1, 4, 6 ; m1=t23a, m4=t20a 1716 UNSCRATCH 1, 9, rsp+276*mmsize ; t23a 1728 SUMSUB_MUL 0, 2, 1, 3, 11585, 11585 ; m0=t24a, m2=t23a
|
Completed in 10 milliseconds