Lines Matching refs:int32x4x2_t

33 static INLINE int32x4x2_t vpx_vtrnq_s64_to_s32(int32x4_t a0, int32x4_t a1) {  in vpx_vtrnq_s64_to_s32()
34 int32x4x2_t b0; in vpx_vtrnq_s64_to_s32()
137 const int32x4x2_t b0 = in transpose_s16_4x4q()
260 const int32x4x2_t b0 = vtrnq_s32(*a0, *a1); in transpose_s32_4x4()
261 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x4()
269 const int32x4x2_t c0 = vpx_vtrnq_s64_to_s32(b0.val[0], b1.val[0]); in transpose_s32_4x4()
270 const int32x4x2_t c1 = vpx_vtrnq_s64_to_s32(b0.val[1], b1.val[1]); in transpose_s32_4x4()
366 const int32x4x2_t b0 = vtrnq_s32(*a0, *a1); in transpose_s32_4x8()
367 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x8()
368 const int32x4x2_t b2 = vtrnq_s32(*a4, *a5); in transpose_s32_4x8()
369 const int32x4x2_t b3 = vtrnq_s32(*a6, *a7); in transpose_s32_4x8()
485 const int32x4x2_t b0 = vtrnq_s32(*a0, *a2); in transpose_s32_8x4()
486 const int32x4x2_t b1 = vtrnq_s32(*a1, *a3); in transpose_s32_8x4()
487 const int32x4x2_t b2 = vtrnq_s32(*a4, *a6); in transpose_s32_8x4()
488 const int32x4x2_t b3 = vtrnq_s32(*a5, *a7); in transpose_s32_8x4()
609 const int32x4x2_t c0 = vtrnq_s32(vreinterpretq_s32_s16(b0.val[0]), in transpose_s16_8x8()
611 const int32x4x2_t c1 = vtrnq_s32(vreinterpretq_s32_s16(b0.val[1]), in transpose_s16_8x8()
613 const int32x4x2_t c2 = vtrnq_s32(vreinterpretq_s32_s16(b2.val[0]), in transpose_s16_8x8()
615 const int32x4x2_t c3 = vtrnq_s32(vreinterpretq_s32_s16(b2.val[1]), in transpose_s16_8x8()
713 static INLINE void transpose_s32_8x8(int32x4x2_t *a0, int32x4x2_t *a1, in transpose_s32_8x8()
714 int32x4x2_t *a2, int32x4x2_t *a3, in transpose_s32_8x8()
715 int32x4x2_t *a4, int32x4x2_t *a5, in transpose_s32_8x8()
716 int32x4x2_t *a6, int32x4x2_t *a7) { in transpose_s32_8x8()
736 const int32x4x2_t b0 = vtrnq_s32(a0->val[0], a1->val[0]); in transpose_s32_8x8()
737 const int32x4x2_t b1 = vtrnq_s32(a2->val[0], a3->val[0]); in transpose_s32_8x8()
738 const int32x4x2_t b2 = vtrnq_s32(a4->val[0], a5->val[0]); in transpose_s32_8x8()
739 const int32x4x2_t b3 = vtrnq_s32(a6->val[0], a7->val[0]); in transpose_s32_8x8()
740 const int32x4x2_t b4 = vtrnq_s32(a0->val[1], a1->val[1]); in transpose_s32_8x8()
741 const int32x4x2_t b5 = vtrnq_s32(a2->val[1], a3->val[1]); in transpose_s32_8x8()
742 const int32x4x2_t b6 = vtrnq_s32(a4->val[1], a5->val[1]); in transpose_s32_8x8()
743 const int32x4x2_t b7 = vtrnq_s32(a6->val[1], a7->val[1]); in transpose_s32_8x8()
754 const int32x4x2_t c0 = vpx_vtrnq_s64_to_s32(b0.val[0], b1.val[0]); in transpose_s32_8x8()
755 const int32x4x2_t c1 = vpx_vtrnq_s64_to_s32(b0.val[1], b1.val[1]); in transpose_s32_8x8()
756 const int32x4x2_t c2 = vpx_vtrnq_s64_to_s32(b2.val[0], b3.val[0]); in transpose_s32_8x8()
757 const int32x4x2_t c3 = vpx_vtrnq_s64_to_s32(b2.val[1], b3.val[1]); in transpose_s32_8x8()
758 const int32x4x2_t c4 = vpx_vtrnq_s64_to_s32(b4.val[0], b5.val[0]); in transpose_s32_8x8()
759 const int32x4x2_t c5 = vpx_vtrnq_s64_to_s32(b4.val[1], b5.val[1]); in transpose_s32_8x8()
760 const int32x4x2_t c6 = vpx_vtrnq_s64_to_s32(b6.val[0], b7.val[0]); in transpose_s32_8x8()
761 const int32x4x2_t c7 = vpx_vtrnq_s64_to_s32(b6.val[1], b7.val[1]); in transpose_s32_8x8()
1286 const int32_t *a, const int a_stride, int32x4x2_t *const a0, in load_and_transpose_s32_8x8()
1287 int32x4x2_t *const a1, int32x4x2_t *const a2, int32x4x2_t *const a3, in load_and_transpose_s32_8x8()
1288 int32x4x2_t *const a4, int32x4x2_t *const a5, int32x4x2_t *const a6, in load_and_transpose_s32_8x8()
1289 int32x4x2_t *const a7) { in load_and_transpose_s32_8x8()