Searched refs:t12a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1291 dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a; in idct16_1d() local 1308 t12a = (dctint)(IN(13) * 4756U + IN(3) * 15679U + (1 << 13)) >> 14; in idct16_1d() 1322 t12 = t12a + t13a; in idct16_1d() 1323 t13 = t12a - t13a; in idct16_1d() 1346 t12a = t15 - t12; 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 1410 t12a = (dctint)((1U << 13) + t4 - t12) >> 14; in iadst16_1d() 1419 t12 = t13a * 16069U - t12a * 319 in iadst16_1d() 1497 dctint t12a = (dctint)(IN(26) * 4756U + IN( 6) * 15679U + (1 << 13)) >> 14; idct32_1d() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1042 SUMSUB_MUL 6, 1, 0, 7, 4756, 15679 ; m6=t12a, m1=t11a 1051 SUMSUB_BA d, 2, 4, 0 ; m2=t15a,m4=t12a 1302 SUMSUB_PACK_D 0, 2, 6, 4, 1 ; m0=t4a, m2=t12a 1313 SUMSUB_PACK_D 2, 0, 7, 4, 1 ; m2=t8a, m0=t12a 1358 UNSCRATCH 0, 8, rsp+70*mmsize ; t12a 1601 ; r261-264: t12a/13/14a/15 1780 mova m7, [rsp+261*mmsize] ; t12a
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 843 butterfly d25, d29, d29, d17 @ d25 = t15a, d29 = t12a 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 965 butterfly_n d27, d19, q4, q6, q5, q6 @ d27 = t4a, d19 = t12a 977 butterfly_n d23, d19, q6, q2, q4, q2 @ d23 = t8a, d19 = t12a
|
Completed in 9 milliseconds