Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h51 const int *mvjcost, int *mvcost[2], int weight);
90 int *mvjcost, int *mvcost[2],
Dvp9_mcomp.c77 const int *mvjcost, int *mvcost[2], int weight) { in vp9_mv_bit_cost() argument
80 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in vp9_mv_bit_cost()
84 const int *mvjcost, int *mvcost[2], in mv_err_cost() argument
89 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * in mv_err_cost()
161 ((mvjcost[((r) != rr) * 2 + ((c) != rc)] + \
322 int *mvjcost, int *mvcost[2], in setup_center_error() argument
343 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_center_error()
354 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_center_error()
395 int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned_evenmore() argument
403 w, h, offset, mvjcost, mvcost, in vp9_find_best_sub_pixel_tree_pruned_evenmore()
[all …]
Dvp9_rdopt.c1268 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs() argument
1283 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs()
1287 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs()