Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_avg_neon.c111 const uint8x16_t vec_row = vld1q_u8(ref); in vp9_int_pro_col_neon() local
112 vec_sum = vaddw_u8(vec_sum, vget_low_u8(vec_row)); in vp9_int_pro_col_neon()
113 vec_sum = vaddw_u8(vec_sum, vget_high_u8(vec_row)); in vp9_int_pro_col_neon()