Searched refs:v_16x8 (Results 1 – 3 of 3) sorted by relevance
17 static int HorizontalAddS16x8(const int16x8_t v_16x8) { in HorizontalAddS16x8() argument18 const int32x4_t a = vpaddlq_s16(v_16x8); in HorizontalAddS16x8()
21 static INLINE unsigned int horizontal_add_u16x8(const uint16x8_t v_16x8) { in horizontal_add_u16x8() argument22 const uint32x4_t a = vpaddlq_u16(v_16x8); in horizontal_add_u16x8()
21 static INLINE int horizontal_add_s16x8(const int16x8_t v_16x8) { in horizontal_add_s16x8() argument22 const int32x4_t a = vpaddlq_s16(v_16x8); in horizontal_add_s16x8()