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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);
H A Dvp9_encoder.h302 unsigned int max_mv_magnitude; member in struct:VP9_COMP
H A Dvp9_encoder.c2053 // Initialize max_mv_magnitude for use in the first INTER frame
2055 cpi->max_mv_magnitude = max_mv_def;
2059 // in the previous frame, capped by the default max_mv_magnitude based
2062 vp9_init_search_range(MIN(max_mv_def, 2 * cpi->max_mv_magnitude));
2063 cpi->max_mv_magnitude = 0;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);
H A Dvp9_onyx_int.h407 unsigned int max_mv_magnitude; member in struct:VP9_COMP
H A Dvp9_onyx_if.c2517 // Initialize cpi->max_mv_magnitude and cpi->mv_step_param if appropriate.
2520 // Initialize max_mv_magnitude for use in the first INTER frame
2522 cpi->max_mv_magnitude = max_mv_def;
2526 // in the previous frame, capped by the default max_mv_magnitude based
2529 cpi->max_mv_magnitude));
2530 cpi->max_mv_magnitude = 0;

Completed in 1540 milliseconds