Home
last modified time | relevance | path

Searched refs:t9a (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9dsp_template.c1291 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in idct16_1d() local
1303 t9a = (dctint)(IN(9) * 12665U - IN(7) * 10394U + (1 << 13)) >> 14; in idct16_1d()
1318 t8 = t8a + t9a; in idct16_1d()
1319 t9 = t8a - t9a; in idct16_1d()
1329 t9a = (dctint)( t14 * 6270U - t9 * 15137U + (1 << 13)) >> 14; in idct16_1d()
1343 t9 = t9a + t10a; in idct16_1d()
1344 t10 = t9a - t10a; in idct16_1d()
1379 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in iadst16_1d() local
1407 t9a = (dctint)((1U << 13) + t1 - t9 ) >> 14; in iadst16_1d()
1415 t8 = t8a * 16069U + t9a * 319 in iadst16_1d()
1492 dctint t9a = (dctint)(IN(18) * 12665U - IN(14) * 10394U + (1 << 13)) >> 14; idct32_1d() local
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S868 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
950 butterfly_n d31, d24, q3, q5, q6, q5 @ d31 = t1a, d24 = t9a
980 butterfly_n d24, d28, q7, q3, q6, q3 @ d24 = t9a, d28 = t13a
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm1028 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
1289 SUMSUB_PACK_D 2, 0, 7, 5, 4 ; m2=t1a, m0=t9a
1309 UNSCRATCH 3, 13, rsp+75*mmsize ; t9a
1315 SUMSUB_PACK_D 1, 3, 6, 5, 4 ; m1=t9a, m3=t13a
1404 mova m5, [rsp+66*mmsize] ; t9a
1740 mova m4, [rsp+270*mmsize] ; t9a

Completed in 9 milliseconds