Home
last modified time | relevance | path

Searched refs:t8a (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
1301 t8a = (dctint)(IN(1) * 1606U - IN(15) * 16305U + (1 << 13)) >> 14; in idct16_1d()
1318 t8 = t8a + t9a; in idct16_1d()
1319 t9 = t8a - t9a; in idct16_1d()
1342 t8a = t8 + t11; in idct16_1d()
1363 out[ 7] = t7 + t8a; in idct16_1d()
1364 out[ 8] = t7 - t8a; in idct16_1d()
1379 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in iadst16_1d() local
1406 t8a = (dctint)((1U << 13) + t0 - t8 ) >> 14; in iadst16_1d()
1415 t8 = t8a * 1606 in iadst16_1d()
1490 dctint t8a = (dctint)(IN( 2) * 1606U - IN(30) * 16305U + (1 << 13)) >> 14; idct32_1d() local
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dfft_neon.S149 vsub.f32 q15, q14, q15 @ {t3a,t4a,t7a,t8a}
153 vswp d3, d30 @ q1{t1a,t2a,t3a,t4a} q15{t6a,t5a,t7a,t8a}
H A Dvp9itxfm_16bpp_neon.S840 butterfly d20, d28, d16, d24 @ d20 = t8a, d28 = t11a
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
952 butterfly_n d16, d23, q2, q4, q3, q4 @ d16 = t0a, d23 = t8a
977 butterfly_n d23, d19, q6, q2, q4, q2 @ d23 = t8a, d19 = t12a
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm1027 SUMSUB_MUL 0, 7, 1, 2, 16305, 1606 ; m0=t15a, m7=t8a
1049 SUMSUB_BA d, 5, 3, 0 ; m5=t8a, m3=t11a
1287 SUMSUB_PACK_D 1, 3, 6, 4, 0 ; m1=t0a, m3=t8a
1308 UNSCRATCH 0, 12, rsp+74*mmsize ; t8a
1313 SUMSUB_PACK_D 2, 0, 7, 4, 1 ; m2=t8a, m0=t12a
1403 mova m4, [rsp+65*mmsize] ; t8a

Completed in 10 milliseconds