Lines Matching refs:mvcost

95                     int *mvcost[2], int weight) {  in av1_mv_bit_cost()
97 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in av1_mv_bit_cost()
102 int *mvcost[2], int error_per_bit) { in mv_err_cost()
103 if (mvcost) { in mv_err_cost()
106 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit, in mv_err_cost()
187 v = mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, error_per_bit); \
221 v = mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, error_per_bit); \
338 int *mvcost[2], unsigned int *sse1, int *distortion) { in setup_center_error()
366 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_center_error()
398 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_find_best_sub_pixel_tree_pruned_evenmore()
406 h, offset, mvjcost, mvcost, sse1, 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()
485 h, offset, mvjcost, mvcost, sse1, 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()
554 h, offset, mvjcost, mvcost, sse1, 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()
702 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in upsampled_setup_center_error()
728 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_find_best_sub_pixel_tree()
767 h, offset, mvjcost, mvcost, sse1, distortion, in av1_find_best_sub_pixel_tree()
773 h, offset, mvjcost, mvcost, sse1, distortion); in av1_find_best_sub_pixel_tree()
808 mvcost, error_per_bit); in av1_find_best_sub_pixel_tree()
842 cost_array[4] = thismse + mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, in av1_find_best_sub_pixel_tree()
2484 (unsigned int)(mvcost \
2486 mvcost[0][((r)-rr)] + (int64_t)mvcost[1][((c)-rc)]) * \
2517 v = mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, error_per_bit); \
2533 int *mvcost[2], unsigned int *sse1, int *distortion) { in setup_obmc_center_error()
2537 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in setup_obmc_center_error()
2570 int *mvjcost, int *mvcost[2], unsigned int *sse1, int *distortion, in upsampled_setup_obmc_center_error()
2576 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in upsampled_setup_obmc_center_error()
2584 int *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, in av1_find_best_obmc_sub_pixel_tree_up()
2633 y_stride, w, h, offset, mvjcost, mvcost, sse1, distortion, in av1_find_best_obmc_sub_pixel_tree_up()
2637 z, y, y_stride, offset, mvjcost, mvcost, in av1_find_best_obmc_sub_pixel_tree_up()
2658 mvcost, error_per_bit); in av1_find_best_obmc_sub_pixel_tree_up()
2689 cost_array[4] = thismse + mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, in av1_find_best_obmc_sub_pixel_tree_up()
2995 (void)mvcost; \
3016 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_return_max_sub_pixel_mv()
3045 int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, in av1_return_min_sub_pixel_mv()