Home | History | Annotate | Download | only in dsp

Lines Matching refs:int32x4x4_t

484   int32x4x4_t tmp0;
519 const int32x4x4_t tmp1 = Transpose4x4(tmp0);
565 static WEBP_INLINE int32x4x4_t DistoTranspose4x4(const int32x4x4_t rows) {
566 int32x4x4_t out = Transpose4x4(rows);
575 static WEBP_INLINE int32x4x4_t DistoHorizontalPass(const uint8x8_t r0r1,
595 const int32x4x4_t res = { { tmp0, tmp1, split.val[1], split.val[0] } };
599 static WEBP_INLINE int32x4x4_t DistoVerticalPass(const int32x4x4_t rows) {
612 const int32x4x4_t res = { { b0, b1, b2, b3 } };
617 static WEBP_INLINE int64x1_t DistoSum(const int32x4x4_t b,
654 const int32x4x4_t hpass_a = DistoHorizontalPass(vget_low_u8(d0d1u8),
656 const int32x4x4_t hpass_b = DistoHorizontalPass(vget_high_u8(d0d1u8),
658 const int32x4x4_t tmp_a = DistoTranspose4x4(hpass_a);
659 const int32x4x4_t tmp_b = DistoTranspose4x4(hpass_b);
660 const int32x4x4_t vpass_a = DistoVerticalPass(tmp_a);
661 const int32x4x4_t vpass_b = DistoVerticalPass(tmp_b);