Searched refs:right_mv (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2194 const MV right_mv = { this_mv.row, this_mv.col + hstep }; in first_level_check_fast() local 2196 check_better_fast(&right_mv, best_mv, mv_limits, var_params, in first_level_check_fast() 2301 const MV right_mv = { this_mv.row, this_mv.col + hstep }; in first_level_check() local 2309 check_better(xd, cm, &right_mv, best_mv, mv_limits, var_params, in first_level_check() 2684 const MV right_mv = { start_mv.row, start_mv.col + hstep }; in av1_find_best_sub_pixel_tree_pruned() local 2705 check_better_fast(&right_mv, bestmv, mv_limits, var_params, in av1_find_best_sub_pixel_tree_pruned() 2721 check_better_fast(&right_mv, bestmv, mv_limits, var_params, in av1_find_best_sub_pixel_tree_pruned() 3169 const MV right_mv = { this_mv.row, this_mv.col + hstep }; in obmc_first_level_check() local 3178 obmc_check_better(xd, cm, &right_mv, best_mv, mv_limits, var_params, in obmc_first_level_check() 3201 &right_mv, best_mv, mv_limits, var_params, mv_cost_params, besterr, in obmc_first_level_check()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 3962 MOTION_DIRECTION right_mv; in rd_pick_partition() local 3970 right_mv = get_motion_direction_fp( in rd_pick_partition() 3972 none_complexity += get_motion_inconsistency(this_mv, right_mv); in rd_pick_partition()
|