Searched refs:mvjcost (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 51 const int *mvjcost, int *mvcost[2], int weight); 90 int *mvjcost, int *mvcost[2],
|
D | vp9_mcomp.c | 77 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 …]
|
D | vp9_rdopt.c | 1268 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()
|