Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1431 static int cost_mv_ref(const VP9_COMP *cpi, PREDICTION_MODE mode, in cost_mv_ref() function
1484 return cost_mv_ref(cpi, mode, mbmi_ext->mode_context[mi->ref_frame[0]]) + in set_and_cost_bmi_mvs()
1680 int c1 = cost_mv_ref(cpi, NEARMV, rfc); in check_best_zero_mv()
1681 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc); in check_best_zero_mv()
1682 int c3 = cost_mv_ref(cpi, ZEROMV, rfc); in check_best_zero_mv()
2611 VPXMIN(cost_mv_ref(cpi, this_mode, mbmi_ext->mode_context[refs[0]]), in handle_inter_mode()
2612 cost_mv_ref(cpi, NEARESTMV, mbmi_ext->mode_context[refs[0]])); in handle_inter_mode()
2614 *rate2 += cost_mv_ref(cpi, this_mode, mbmi_ext->mode_context[refs[0]]); in handle_inter_mode()