HomeSort by relevance Sort by last modified time
    Searched full:maxr (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PaintTest.cpp 24 SkRect maxR = fillR;
29 maxR.inset(-inset, -inset);
32 REPORTER_ASSERT(reporter, maxR.contains(strokeR));
  /external/libvpx/vp8/encoder/
mcomp.c 190 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1)); local
    [all...]

Completed in 38 milliseconds