Searched refs:MV_UPP (Results 1 – 3 of 3) sorted by relevance
80 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1) macro
390 return mv->row > MV_LOW && mv->row < MV_UPP && mv->col > MV_LOW && in is_mv_valid()391 mv->col < MV_UPP; in is_mv_valid()
45 col_max = VPXMIN(col_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()46 row_max = VPXMIN(row_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()69 subpel_mv_limits->col_max = VPXMIN(MV_UPP - 1, subpel_mv_limits->col_max); 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()