Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_avg_neon.c68 const uint8x16_t vec_row7 = vld1q_u8(ref + ref_stride * 6); in vp9_int_pro_row_neon() local
89 vec_sum_lo = vaddw_u8(vec_sum_lo, vget_low_u8(vec_row7)); in vp9_int_pro_row_neon()
90 vec_sum_hi = vaddw_u8(vec_sum_hi, vget_high_u8(vec_row7)); in vp9_int_pro_row_neon()