Searched defs:mv_check_bounds (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1634 static INLINE int mv_check_bounds(const MvLimits *mv_limits, const MV *mv) { function
2072 if (mv_check_bounds(&x->mv_limits, &mode_mv[this_mode][0].as_mv) ||
2074 mv_check_bounds(&x->mv_limits, &mode_mv[this_mode][1].as_mv)))
2589 if (mv_check_bounds(&x->mv_limits, &cur_mv[i].as_mv)) return INT64_MAX;

Completed in 216 milliseconds