Searched refs:bottom_mv (Results 1 – 1 of 1) sorted by relevance
/external/libaom/av1/encoder/ |
D | mcomp.c | 2524 const MV bottom_mv = { this_mv.row + hstep, this_mv.col }; in first_level_check_fast() local 2526 xd, cm, &bottom_mv, best_mv, mv_limits, var_params, mv_cost_params, in first_level_check_fast() 2634 const MV bottom_mv = { this_mv.row + hstep, this_mv.col }; in first_level_check() local 2646 check_better(xd, cm, &bottom_mv, best_mv, mv_limits, var_params, in first_level_check() 2970 const MV bottom_mv = { start_mv.row + hstep, start_mv.col }; in av1_find_best_sub_pixel_tree_pruned() local 2985 check_better_fast(xd, cm, &bottom_mv, bestmv, mv_limits, var_params, in av1_find_best_sub_pixel_tree_pruned() 2996 check_better_fast(xd, cm, &bottom_mv, bestmv, mv_limits, var_params, in av1_find_best_sub_pixel_tree_pruned() 3479 const MV bottom_mv = { this_mv.row + hstep, this_mv.col }; in obmc_first_level_check() local 3492 obmc_check_better(xd, cm, &bottom_mv, best_mv, mv_limits, var_params, in obmc_first_level_check() 3517 &bottom_mv, best_mv, mv_limits, var_params, mv_cost_params, besterr, in obmc_first_level_check()
|