Searched defs:mvjcost (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 93 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in vp9_mv_bit_cost() 100 static int mv_err_cost(const MV *mv, const MV *ref, const int *mvjcost, in mv_err_cost() 326 int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) { in setup_center_error() 393 int *cost_list, int *mvjcost, int *mvcost[2], in vp9_skip_sub_pixel_tree() 425 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned_evenmore() 490 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned_more() 550 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned() 641 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree() 2471 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_return_max_sub_pixel_mv() 2493 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_return_min_sub_pixel_mv()
|
D | vp9_rdopt.c | 1441 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs()
|