Searched refs:v_16x8 (Results 1 – 1 of 1) sorted by relevance
34 static INLINE int horizontal_add_s16x8(const int16x8_t v_16x8) { in horizontal_add_s16x8() argument35 const int32x4_t a = vpaddlq_s16(v_16x8); in horizontal_add_s16x8()