Searched refs:t19a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1504 dctint t19a = (dctint)(IN(25) * 15426U - IN( 7) * 5520U + (1 << 13)) >> 14; in idct32_1d() local 1533 dctint t18 = t19a - t18a; in idct32_1d() 1534 dctint t19 = t19a + t18a; in idct32_1d() 1582 t19a = t16 - t19; in idct32_1d() 1602 t19 = (dctint)( t28a * 6270U - t19a * 15137U + (1 << 13)) >> 14; in idct32_1d() 1603 t28 = (dctint)( t28a * 15137U + t19a * 6270U + (1 << 13)) >> 14; in idct32_1d() 1628 t19a = t19 + t20; in idct32_1d() 1663 out[12] = t12a + t19a; in idct32_1d() 1670 out[19] = t12a - t19a; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1378 butterfly d16, d9, d8, d9 @ d16 = t16a, d9 = t19a 1399 butterfly d19, d20, d29, d10 @ d19 = t19a, d20 = t20 1421 mbutterfly d28, d19, d3[0], d3[1], q4, q5 @ d28 = t19a, d19 = t28a 1463 mbutterfly_h2 d28, d19, d3[0], d3[1], q4, q5 @ d28 = t19a, d19 = t28a
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1623 SUMSUB_MUL 5, 0, 6, 7, 5520, 15426 ; m5=t28a, m0=t19a 1630 SUMSUB_BA d, 4, 1, 6 ; m4=t16a, m1=t19a 1714 SUMSUB_BA d, 4, 7, 1 ; m4=t19a, m7=t20a 1776 UNSCRATCH 0, 9, rsp+276*mmsize ; t19a
|
Completed in 10 milliseconds