Home
last modified time | relevance | path

Searched refs:minr (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c176 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
293 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX); in vp9_find_best_sub_pixel_tree() local
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c198 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
228 int minr = MAX(x->mv_row_min * 4, in vp8_find_best_sub_pixel_step_iteratively() local