Searched refs:mvjcost (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 45 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, 75 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2],
|
D | vp9_mcomp.c | 93 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in vp9_mv_bit_cost() argument 96 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in vp9_mv_bit_cost() 100 static int mv_err_cost(const MV *mv, const MV *ref, const int *mvjcost, in mv_err_cost() argument 105 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit, in mv_err_cost() 180 tmpmse += mv_err_cost(&mv, &ref_mv, mvjcost, mvcost, error_per_bit); \ 205 if ((v = mv_err_cost(&mv, &ref_mv, mvjcost, mvcost, error_per_bit) + \ 326 int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) { in setup_center_error() argument 345 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_center_error() 359 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_center_error() 393 int *cost_list, int *mvjcost, int *mvcost[2], in vp9_skip_sub_pixel_tree() argument [all …]
|
D | vp9_rdopt.c | 1441 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs() argument 1455 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs() 1459 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs()
|