Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Davg_neon.c21 static INLINE unsigned int horizontal_add_u16x8(const uint16x8_t v_16x8) { in horizontal_add_u16x8() function
38 return (horizontal_add_u16x8(v_sum) + 8) >> 4; in vpx_avg_4x4_neon()
64 return (horizontal_add_u16x8(v_sum) + 32) >> 6; in vpx_avg_8x8_neon()
158 return horizontal_add_u16x8(vec_sum); in vpx_int_pro_col_neon()