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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_avg_neon.c58 const int shift_factor = ((height >> 5) + 3) * -1; local
59 const int16x8_t vec_shift = vdupq_n_s16(shift_factor);
157 const int shift_factor = bwl + 2; local
158 return s - ((t * t) >> shift_factor);

Completed in 177 milliseconds