Searched refs:minc (Results 1 – 2 of 2) sorted by relevance
185 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \293 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX); in vp9_find_best_sub_pixel_tree() local392 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX); in vp9_find_best_sub_pixel_comp_tree() local
197 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;223 int minc = MAX(x->mv_col_min * 4, in vp8_find_best_sub_pixel_step_iteratively() local