Searched defs:mvjcost (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 80 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in vp9_mv_bit_cost() 87 static int mv_err_cost(const MV *mv, const MV *ref, const int *mvjcost, in mv_err_cost() 289 int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) { in setup_center_error() 357 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_skip_sub_pixel_tree() 390 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned_evenmore() 456 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned_more() 518 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned() 724 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree() 2996 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_return_max_sub_pixel_mv() 3018 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_return_min_sub_pixel_mv()
|
D | vp9_rdopt.c | 1561 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs()
|
/external/libaom/av1/encoder/ |
D | mcomp.h | 45 const int *mvjcost; member
|
D | mcomp.c | 269 int av1_mv_bit_cost(const MV *mv, const MV *ref_mv, const int *mvjcost, in av1_mv_bit_cost() 280 const int *mvjcost, const int *const mvcost[2], in mv_err_cost() 319 const int *mvjcost, const int *const mvcost[2], in mvsad_err_cost() 3701 const int *mvjcost = mv_cost_params->mvjcost; in estimate_obmc_mvcost() local
|