Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Davg_neon.c83 const int shift_factor = ((height >> 5) + 3) * -1; in vpx_int_pro_row_neon() local
84 const int16x8_t vec_shift = vdupq_n_s16(shift_factor); in vpx_int_pro_row_neon()
183 const int shift_factor = bwl + 2; in vpx_vector_var_neon() local
184 return s - ((t * t) >> shift_factor); in vpx_vector_var_neon()