Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1633 static INLINE int mv_check_bounds(const MvLimits *mv_limits, const MV *mv) { in mv_check_bounds() function
2071 if (mv_check_bounds(&x->mv_limits, &mode_mv[this_mode][0].as_mv) || in rd_pick_best_sub8x8_mode()
2073 mv_check_bounds(&x->mv_limits, &mode_mv[this_mode][1].as_mv))) in rd_pick_best_sub8x8_mode()
2588 if (mv_check_bounds(&x->mv_limits, &cur_mv[i].as_mv)) return INT64_MAX; in handle_inter_mode()