Lines Matching refs:row_max

41   int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL;  in vp9_set_mv_search_range()  local
46 row_max = VPXMIN(row_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()
53 if (mv_limits->row_max > row_max) mv_limits->row_max = row_max; in vp9_set_mv_search_range()
65 subpel_mv_limits->row_max = VPXMIN(umv_window_limits->row_max * 8, in vp9_set_subpel_mv_search_range()
71 subpel_mv_limits->row_max = VPXMIN(MV_UPP - 1, subpel_mv_limits->row_max); in vp9_set_subpel_mv_search_range()
295 maxr = subpel_mv_limits.row_max; \
779 maxr = subpel_mv_limits.row_max; in vp9_find_best_sub_pixel_tree()
943 ((row + range) <= mv_limits->row_max) & in check_bounds()
950 (mv->row >= mv_limits->row_min) && (mv->row <= mv_limits->row_max); in is_mv_in()
1040 x->mv_limits.row_min, x->mv_limits.row_max); in vp9_pattern_search()
1210 x->mv_limits.row_min, x->mv_limits.row_max); in vp9_pattern_search_sad()
1665 x->mv_limits.row_min, x->mv_limits.row_max); in exhuastive_mesh_search()
1673 end_row = VPXMIN(range, x->mv_limits.row_max - fcenter_mv.row); in exhuastive_mesh_search()
1793 x->mv_limits.row_min, x->mv_limits.row_max); in vp9_diamond_search_sad_new()
1815 all_in &= ((best_full_mv->row + ss_mv[i + 1].row) < x->mv_limits.row_max); in vp9_diamond_search_sad_new()
1945 x->mv_limits.row_min, x->mv_limits.row_max); in vp9_diamond_search_sad_c()
1968 all_in &= ((best_mv->row + ss_mv[i + 1].row) < x->mv_limits.row_max); in vp9_diamond_search_sad_c()
2256 subpel_mv_limits.row_min, subpel_mv_limits.row_max); in vp9_int_pro_motion_estimation()
2480 ((best_full_mv->row + 1) < x->mv_limits.row_max) & in vp9_refining_search_sad_new()
2559 ((ref_mv->row + 1) < x->mv_limits.row_max) & in vp9_refining_search_sad()
2629 x->mv_limits.row_min, x->mv_limits.row_max); in vp9_refining_search_8p_c()