Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c222 cpi->max_mv_magnitude = VPXMAX(maxv, cpi->max_mv_magnitude); in vp9_encode_mv()
Dvp9_encoder.h370 unsigned int max_mv_magnitude; member
Dvp9_encoder.c3034 cpi->max_mv_magnitude = max_mv_def;
3041 VPXMIN(max_mv_def, 2 * cpi->max_mv_magnitude));
3043 cpi->max_mv_magnitude = 0;