Searched refs:t14a (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1291 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in idct16_1d() local 1304 t14a = (dctint)(IN(9) * 10394U + IN(7) * 12665U + (1 << 13)) >> 14; in idct16_1d() 1324 t14 = t15a - t14a; in idct16_1d() 1325 t15 = t15a + t14a; in idct16_1d() 1330 t14a = (dctint)( t14 * 15137U + t9 * 6270U + (1 << 13)) >> 14; in idct16_1d() 1347 t13 = t14a - t13a; in idct16_1d() 1348 t14 = t14a + t13a; in idct16_1d() 1379 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in iadst16_1d() local 1412 t14a = (dctint)((1U << 13) + t6 - t14) >> 14; in iadst16_1d() 1421 t14 = t15a * 9102U - t14a * 1362 in iadst16_1d() 1493 dctint t14a = (dctint)(IN(18) * 10394U + IN(14) * 12665U + (1 << 13)) >> 14; idct32_1d() local [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 868 mbutterfly d25, d23, d5[0], d5[1], q4, q5 @ d25 = t9a, d23 = t14a 882 mbutterfly d23, d25, d1[0], d1[1], q9, q15 @ d23 = t9a, d25 = t14a 893 mbutterfly_h2 d25, d23, d5[0], d5[1], q4, q5 @ d25 = t9a, d23 = t14a 907 mbutterfly d23, d25, d1[0], d1[1], q9, q15 @ d23 = t9a, d25 = t14a 974 butterfly_n d25, d17, q2, q4, q3, q4 @ d25 = t6a, d17 = t14a 984 butterfly_n d21, d17, q4, q6, q3, q6 @ d21 = t10a, d17 = t14a 993 butterfly_n d18, d30, q4, q6, q8, q6 @ d18 = out[2], d30 = t14a
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1028 SUMSUB_MUL 4, 3, 1, 2, 10394, 12665 ; m4=t14a, m3=t9a 1031 SUMSUB_MUL 0, 7, 1, 2, 15137, 6270 ; m0=t14a, m7=t9a 1343 SUMSUB_PACK_D 0, 2, 6, 4, 1 ; m0=t6a, m2=t14a 1354 SUMSUB_PACK_D 2, 4, 3, 6, 0 ; m2=t10a, m4=t14a 1365 SUMSUB_PACK_D 4, 0, 6, 1, 2 ; m4=out2, m0=t14a 1409 UNSCRATCH 7, 14, rsp+76*mmsize ; t14a 1782 mova m5, [rsp+263*mmsize] ; t14a
|
H A D | vp9itxfm.asm | 2052 VP9_RND_SH_SUMSUB_BA 2, 0, 1, 12, 14, [pd_8192] ; m2=out2[w], m0=t14a[w]
|
Completed in 17 milliseconds