Searched refs:cost_mv_ref (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1010 static int cost_mv_ref(const VP9_COMP *cpi, PREDICTION_MODE mode, in cost_mv_ref() function 1074 return cost_mv_ref(cpi, mode, mbmi->mode_context[mbmi->ref_frame[0]]) + in set_and_cost_bmi_mvs() 1229 int c1 = cost_mv_ref(cpi, NEARMV, rfc); in check_best_zero_mv() 1230 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc); in check_best_zero_mv() 1231 int c3 = cost_mv_ref(cpi, ZEROMV, rfc); in check_best_zero_mv() 2219 *rate2 += cost_mv_ref(cpi, this_mode, mbmi->mode_context[refs[0]]); in handle_inter_mode()
|