Searched defs:mvjcost (Results 1 – 3 of 3) 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() 305 int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) { in setup_center_error() 373 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_skip_sub_pixel_tree() 406 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned_evenmore() 472 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned_more() 534 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree_pruned() 734 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree() 2785 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_return_max_sub_pixel_mv() 2807 int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], in vp9_return_min_sub_pixel_mv()
|
D | vp9_rdopt.c | 1433 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 94 int av1_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in av1_mv_bit_cost() 101 static int mv_err_cost(const MV *mv, const MV *ref, const int *mvjcost, in mv_err_cost() 337 int mask_stride, int invert_mask, int w, int h, int offset, int *mvjcost, in setup_center_error() 398 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_find_best_sub_pixel_tree_pruned_evenmore() 471 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_find_best_sub_pixel_tree_pruned_more() 540 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_find_best_sub_pixel_tree_pruned() 695 int invert_mask, int w, int h, int offset, int *mvjcost, int *mvcost[2], in upsampled_setup_center_error() 728 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_find_best_sub_pixel_tree() 2532 const uint8_t *const y, int y_stride, int offset, int *mvjcost, in setup_obmc_center_error() 2570 int *mvjcost, int *mvcost[2], unsigned int *sse1, int *distortion, in upsampled_setup_obmc_center_error() [all …]
|