Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1423 static int cost_mv_ref(const VP9_COMP *cpi, PREDICTION_MODE mode, in cost_mv_ref() function
1476 return cost_mv_ref(cpi, mode, mbmi_ext->mode_context[mi->ref_frame[0]]) + in set_and_cost_bmi_mvs()
1672 int c1 = cost_mv_ref(cpi, NEARMV, rfc); in check_best_zero_mv()
1673 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc); in check_best_zero_mv()
1674 int c3 = cost_mv_ref(cpi, ZEROMV, rfc); in check_best_zero_mv()
2733 VPXMIN(cost_mv_ref(cpi, this_mode, mbmi_ext->mode_context[refs[0]]), in handle_inter_mode()
2734 cost_mv_ref(cpi, NEARESTMV, mbmi_ext->mode_context[refs[0]])); in handle_inter_mode()
2736 *rate2 += cost_mv_ref(cpi, this_mode, mbmi_ext->mode_context[refs[0]]); in handle_inter_mode()
/external/libaom/libaom/av1/encoder/
Drdopt.c6579 static int cost_mv_ref(const MACROBLOCK *const x, PREDICTION_MODE mode, in cost_mv_ref() function
8080 const int compare_cost = cost_mv_ref(x, compare_mode, mode_ctx); in skip_repeated_mv()
8081 const int this_cost = cost_mv_ref(x, this_mode, mode_ctx); in skip_repeated_mv()
10402 const int ref_mv_cost = cost_mv_ref(x, this_mode, mode_ctx); in handle_inter_mode()
10414 rd_stats->rate += AOMMIN(cost_mv_ref(x, this_mode, mode_ctx), in handle_inter_mode()
10415 cost_mv_ref(x, NEARESTMV, mode_ctx)); in handle_inter_mode()