Home
last modified time | relevance | path

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

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