Searched refs:vpx_vtrnq_s64_to_s16 (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | transpose_neon.h | 389 static INLINE int16x8x2_t vpx_vtrnq_s64_to_s16(int32x4_t a0, int32x4_t a1) { in vpx_vtrnq_s64_to_s16() function 451 const int16x8x2_t d0 = vpx_vtrnq_s64_to_s16(c0.val[0], c2.val[0]); in transpose_s16_8x8q() 452 const int16x8x2_t d1 = vpx_vtrnq_s64_to_s16(c1.val[0], c3.val[0]); in transpose_s16_8x8q() 453 const int16x8x2_t d2 = vpx_vtrnq_s64_to_s16(c0.val[1], c2.val[1]); in transpose_s16_8x8q() 454 const int16x8x2_t d3 = vpx_vtrnq_s64_to_s16(c1.val[1], c3.val[1]); in transpose_s16_8x8q()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct16x16_neon.c | 212 const int16x8x2_t e0 = vpx_vtrnq_s64_to_s16(d0.val[0], d2.val[0]); in transpose_8x8() 213 const int16x8x2_t e1 = vpx_vtrnq_s64_to_s16(d1.val[0], d3.val[0]); in transpose_8x8() 214 const int16x8x2_t e2 = vpx_vtrnq_s64_to_s16(d0.val[1], d2.val[1]); in transpose_8x8() 215 const int16x8x2_t e3 = vpx_vtrnq_s64_to_s16(d1.val[1], d3.val[1]); in transpose_8x8()
|
D | transpose_neon.h | 24 static INLINE int16x8x2_t vpx_vtrnq_s64_to_s16(int32x4_t a0, int32x4_t a1) { in vpx_vtrnq_s64_to_s16() function 627 const int16x8x2_t d0 = vpx_vtrnq_s64_to_s16(c0.val[0], c2.val[0]); in transpose_s16_8x8() 628 const int16x8x2_t d1 = vpx_vtrnq_s64_to_s16(c1.val[0], c3.val[0]); in transpose_s16_8x8() 629 const int16x8x2_t d2 = vpx_vtrnq_s64_to_s16(c0.val[1], c2.val[1]); in transpose_s16_8x8() 630 const int16x8x2_t d3 = vpx_vtrnq_s64_to_s16(c1.val[1], c3.val[1]); in transpose_s16_8x8()
|
D | fdct32x32_neon.c | 1303 const int16x8x2_t e0 = vpx_vtrnq_s64_to_s16(d0.val[0], d2.val[0]); in transpose_8x8() 1304 const int16x8x2_t e1 = vpx_vtrnq_s64_to_s16(d1.val[0], d3.val[0]); in transpose_8x8() 1305 const int16x8x2_t e2 = vpx_vtrnq_s64_to_s16(d0.val[1], d2.val[1]); in transpose_8x8() 1306 const int16x8x2_t e3 = vpx_vtrnq_s64_to_s16(d1.val[1], d3.val[1]); in transpose_8x8()
|