Searched refs:horizontal_add_u16x8 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_avg_neon.c19 static INLINE unsigned int horizontal_add_u16x8(const uint16x8_t v_16x8) { function
50 return (horizontal_add_u16x8(v_sum) + 32) >> 6;
117 return horizontal_add_u16x8(vec_sum);
147 // horizontal_add_u16x8(), but one less vpaddl with 'total' when paired

Completed in 128 milliseconds