Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Davg_neon.c100 const int16x8_t vec_shift = vdupq_n_s16(shift_factor); in vpx_int_pro_row_neon() local
139 vec_sum_lo = vshlq_u16(vec_sum_lo, vec_shift); in vpx_int_pro_row_neon()
140 vec_sum_hi = vshlq_u16(vec_sum_hi, vec_shift); in vpx_int_pro_row_neon()