Searched refs:maxr (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c176 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
303 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); \
674 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); local
701 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) {
732 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) {
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c200 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
232 int maxr = MIN(x->mv_row_max * 4, local

Completed in 71 milliseconds