Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Davg_neon.c110 const uint8x16_t vec_row8 = vld1q_u8(ref + ref_stride * 7); in vpx_int_pro_row_neon() local
133 vec_sum_lo = vaddw_u8(vec_sum_lo, vget_low_u8(vec_row8)); in vpx_int_pro_row_neon()
134 vec_sum_hi = vaddw_u8(vec_sum_hi, vget_high_u8(vec_row8)); in vpx_int_pro_row_neon()