Searched refs:shift_factor (Results 1 – 1 of 1) sorted by relevance
99 const int shift_factor = ((height >> 5) + 3) * -1; in vpx_int_pro_row_neon() local100 const int16x8_t vec_shift = vdupq_n_s16(shift_factor); in vpx_int_pro_row_neon()198 const int shift_factor = bwl + 2; in vpx_vector_var_neon() local199 return s - ((t * t) >> shift_factor); in vpx_vector_var_neon()