Home
last modified time | relevance | path

Searched refs:t11a (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9dsp_template.c1291 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in idct16_1d() local
1307 t11a = (dctint)(IN(13) * 15679U - IN(3) * 4756U + (1 << 13)) >> 14; in idct16_1d()
1320 t10 = t11a - t10a; in idct16_1d()
1321 t11 = t11a + t10a; in idct16_1d()
1345 t11a = t8 - t11; in idct16_1d()
1353 t11 = (dctint)((t12a - t11a) * 11585U + (1 << 13)) >> 14; in idct16_1d()
1354 t12 = (dctint)((t12a + t11a) * 11585U + (1 << 13)) >> 14; in idct16_1d()
1379 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in iadst16_1d() local
1409 t11a = (dctint)((1U << 13) + t3 - t11) >> 14; in iadst16_1d()
1417 t10 = t10a * 9102U + t11a * 13623U; in iadst16_1d()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dvp9itxfm_16bpp.asm1042 SUMSUB_MUL 6, 1, 0, 7, 4756, 15679 ; m6=t12a, m1=t11a
1049 SUMSUB_BA d, 5, 3, 0 ; m5=t8a, m3=t11a
1330 SUMSUB_PACK_D 2, 0, 7, 5, 4 ; m2=t3a, m0=t11a
1348 UNSCRATCH 5, 14, rsp+76*mmsize ; t11a
1356 SUMSUB_PACK_D 1, 5, 0, 7, 6 ; m1=t11a, m5=t15a
1399 UNSCRATCH 2, 12, rsp+74*mmsize ; t11a
1747 mova m1, [rsp+272*mmsize] ; t11a
/third_party/ffmpeg/libavcodec/arm/
Dvp9itxfm_16bpp_neon.S840 butterfly d20, d28, d16, d24 @ d20 = t8a, d28 = t11a
870 mbutterfly d29, d19, d7[0], d7[1], q4, q5 @ d29 = t11a, d19 = t12a
895 mbutterfly_h2 d29, d19, d7[0], d7[1], q4, q5 @ d29 = t11a, d19 = t12a
956 butterfly_n d29, d26, q7, q3, q4, q3 @ d29 = t3a, d26 = t11a
985 butterfly_n d26, d30, q5, q7, q4, q7 @ d26 = t11a, d30 = t15a