Home
last modified time | relevance | path

Searched refs:t15a (Results 1 - 4 of 4) 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
1302 t15a = (dctint)(IN(1) * 16305U + IN(15) * 1606U + (1 << 13)) >> 14; in idct16_1d()
1324 t14 = t15a - t14a; in idct16_1d()
1325 t15 = t15a + t14a; in idct16_1d()
1349 t15a = t15 + t12; in idct16_1d()
1356 out[ 0] = t0a + t15a; in idct16_1d()
1371 out[15] = t0a - t15a; in idct16_1d()
1379 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in iadst16_1d() local
1413 t15a = (dctint)((1U << 13) + t7 - t15) >> 14; in iadst16_1d()
1421 t14 = t15a * 910 in iadst16_1d()
1491 dctint t15a = (dctint)(IN( 2) * 16305U + IN(30) * 1606U + (1 << 13)) >> 14; idct32_1d() local
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S843 butterfly d25, d29, d29, d17 @ d25 = t15a, d29 = t12a
867 mbutterfly d17, d31, d4[0], d4[1], q4, q5 @ d17 = t8a, d31 = t15a
892 mbutterfly_h1 d17, d31, d4[0], d4[1], q4, q5 @ d17 = t8a, d31 = t15a
972 butterfly_n d22, d30, q3, q5, q6, q5 @ d22 = t7a, d30 = t15a
985 butterfly_n d26, d30, q5, q7, q4, q7 @ d26 = t11a, d30 = t15a
994 butterfly_n d29, d17, q5, q7, q6, q7 @ d29 = -out[13], d17 = t15a
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm1027 SUMSUB_MUL 0, 7, 1, 2, 16305, 1606 ; m0=t15a, m7=t8a
1051 SUMSUB_BA d, 2, 4, 0 ; m2=t15a,m4=t12a
1345 SUMSUB_PACK_D 3, 1, 7, 5, 4 ; m3=t7a, m1=t15a
1356 SUMSUB_PACK_D 1, 5, 0, 7, 6 ; m1=t11a, m5=t15a
1367 SUMSUB_PACK_D 5, 3, 7, 2, 1 ; m5=-out13, m3=t15a
1416 UNSCRATCH 0, 15, rsp+77*mmsize ; t15a
H A Dvp9itxfm.asm2054 PSIGNW m13, [pw_m1] ; m13=out13[w], m15=t15a[w]

Completed in 12 milliseconds