Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_avg_neon.c59 const int16x8_t vec_shift = vdupq_n_s16(shift_factor); in vp9_int_pro_row_neon() local
98 vec_sum_lo = vshlq_u16(vec_sum_lo, vec_shift); in vp9_int_pro_row_neon()
99 vec_sum_hi = vshlq_u16(vec_sum_hi, vec_shift); in vp9_int_pro_row_neon()