Searched refs:vec_shift (Results 1 – 1 of 1) sorted by relevance
59 const int16x8_t vec_shift = vdupq_n_s16(shift_factor); in vp9_int_pro_row_neon() local98 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()