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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemv.c220 unsigned int maxv = MAX(abs(mv->row), abs(mv->col)) >> 3; local
221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);

Completed in 29 milliseconds