Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c88 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in vp9_mv_bit_cost() argument
91 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in vp9_mv_bit_cost()
95 static int mv_err_cost(const MV *mv, const MV *ref, const int *mvjcost, in mv_err_cost() argument
100 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit, in mv_err_cost()
175 tmpmse += mv_err_cost(&mv, &ref_mv, mvjcost, mvcost, error_per_bit); \
200 if ((v = mv_err_cost(&mv, &ref_mv, mvjcost, mvcost, error_per_bit) + \
300 int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) { in setup_center_error() argument
319 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_center_error()
333 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_center_error()
368 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_skip_sub_pixel_tree() argument
[all …]
Dvp9_mcomp.h53 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost,
84 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2],
Dvp9_rdopt.c1574 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs() argument
1588 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs()
1592 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in set_and_cost_bmi_mvs()
/external/libaom/libaom/av1/encoder/
Dmcomp.h66 const int *mvjcost; member
73 int av1_mv_bit_cost(const MV *mv, const MV *ref_mv, const int *mvjcost,
Dmcomp.c41 mv_cost_params->mvjcost = x->nmv_vec_cost; in init_mv_cost_params()
189 int av1_mv_bit_cost(const MV *mv, const MV *ref_mv, const int *mvjcost, in av1_mv_bit_cost() argument
193 mv_cost(&diff, mvjcost, CONVERT_TO_CONST_MVCOST(mvcost)) * weight, 7); in av1_mv_bit_cost()
200 const int *mvjcost, const int *const mvcost[2], in mv_err_cost() argument
209 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit, in mv_err_cost()
227 return mv_err_cost(mv, mv_cost_params->ref_mv, mv_cost_params->mvjcost, in mv_err_cost_()
236 const int *mvjcost, const int *const mvcost[2], in mvsad_err_cost() argument
244 (unsigned)mv_cost(&diff, mvjcost, CONVERT_TO_CONST_MVCOST(mvcost)) * in mvsad_err_cost()
261 mv_cost_params->mvjcost, mv_cost_params->mvcost, in mvsad_err_cost_()
3083 const int *mvjcost = mv_cost_params->mvjcost; in estimate_obmc_mvcost() local
[all …]