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); 101 int *mvjcost, int *mvcost[2],
|
D | vp9_mcomp.c | 73 const int *mvjcost, int *mvcost[2], int weight) { in vp9_mv_bit_cost() argument 76 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in vp9_mv_bit_cost() 80 const int *mvjcost, int *mvcost[2], in mv_err_cost() argument 85 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * in mv_err_cost() 160 ((mvjcost[((r) != rr) * 2 + ((c) != rc)] + \ 266 int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree() argument 314 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in vp9_find_best_sub_pixel_tree()
|
D | vp9_rdopt.c | 1027 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs() argument 1041 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs() 1045 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs()
|