Searched refs:vec_16x8 (Results 1 – 1 of 1) sorted by relevance
29 static INLINE unsigned int horizontal_add_16x8(const uint16x8_t vec_16x8) { in horizontal_add_16x8() argument30 const uint32x4_t a = vpaddlq_u16(vec_16x8); in horizontal_add_16x8()