Home
last modified time | relevance | path

Searched refs:t13a (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
1306 t13a = (dctint)(IN(5) * 14449U + IN(11) * 7723U + (1 << 13)) >> 14; in idct16_1d()
1322 t12 = t12a + t13a; in idct16_1d()
1323 t13 = t12a - t13a; in idct16_1d()
1332 t13a = (dctint)( t13 * 6270U - t10 * 15137U + (1 << 13)) >> 14; in idct16_1d()
1347 t13 = t14a - t13a; in idct16_1d()
1348 t14 = t14a + t13a; in idct16_1d()
1352 t13a = (dctint)((t13 + t10) * 11585U + (1 << 13)) >> 14; in idct16_1d()
1358 out[ 2] = t2a + t13a; in idct16_1d()
1369 out[13] = t2a - t13a; in idct16_1d()
1379 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; iadst16_1d() local
1495 dctint t13a = (dctint)(IN(10) * 14449U + IN(22) * 7723U + (1 << 13)) >> 14; idct32_1d() local
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S845 mbutterfly0 d27, d21, d27, d21, d16, d30, q8, q15 @ d27 = t13a, d21 = t10a
848 vswp d27, d29 @ d27 = t12, d29 = t13a
869 mbutterfly d21, d27, d6[0], d6[1], q4, q5 @ d21 = t10a, d27 = t13a
883 mbutterfly d27, d21, d1[0], d1[1], q9, q15, neg=1 @ d27 = t13a, d21 = t10a
894 mbutterfly_h1 d21, d27, d6[0], d6[1], q4, q5 @ d21 = t10a, d27 = t13a
908 mbutterfly d27, d21, d1[0], d1[1], q9, q15, neg=1 @ d27 = t13a, d21 = t10a
963 butterfly_n d20, d28, q5, q7, q2, q7 @ d20 = t5a, d28 = t13a
980 butterfly_n d24, d28, q7, q3, q6, q3 @ d24 = t9a, d28 = t13a
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm1041 SUMSUB_MUL 2, 5, 0, 7, 14449, 7723 ; m2=t13a, m5=t10a
1046 SUMSUB_MUL 1, 6, 0, 7, 15137, 6270 ; m1=t13a, m6=t10a
1057 SUMSUB_MUL 0, 7, 6, 5, 11585, 11585 ; m0=t13a,m7=t10a
1304 SUMSUB_PACK_D 3, 1, 7, 5, 4 ; m3=t5a, m1=t13a
1315 SUMSUB_PACK_D 1, 3, 6, 5, 4 ; m1=t9a, m3=t13a
1359 UNSCRATCH 3, 12, rsp+74*mmsize ; t13a

Completed in 9 milliseconds