Searched refs:t28a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1505 dctint t28a = (dctint)(IN(25) * 5520U + IN( 7) * 15426U + (1 << 13)) >> 14; in idct32_1d() local 1543 dctint t28 = t28a + t29a; in idct32_1d() 1544 dctint t29 = t28a - t29a; in idct32_1d() 1591 t28a = t31 - t28; 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() 1637 t28a = t28 + t27; in idct32_1d() 1654 out[ 3] = t3 + t28a; in idct32_1d() 1679 out[28] = t3 - t28a; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1384 butterfly d11, d29, d29, d31 @ d11 = t31a, d29 = t28a 1397 butterfly_r d27, d28, d9, d28 @ d27 = t27a, d28 = t28a 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 1636 SUMSUB_BA d, 2, 7, 0 ; m2=t31a, m7=t28a 1693 SUMSUB_BA d, 2, 1, 0 ; m2=t28a, m1=t27a 1835 UNSCRATCH 3, 14, rsp+281*mmsize ; t28a
|
Completed in 9 milliseconds