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

  /external/skia/tests/
PaintTest.cpp 28 SkRect maxR = fillR;
33 maxR.inset(-inset, -inset);
36 REPORTER_ASSERT(reporter, maxR.contains(strokeR));
  /external/opencv/cv/src/
cvstereogc.cpp 436 static inline int icvSmoothnessCostFunc( int da, int db, int maxR, const int* stabR, int scale )
438 return da == db ? 0 : (da == OCCLUDED || db == OCCLUDED ? maxR : stabR[da - db])*scale;
531 int maxR = state2->interactionRadius;
567 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[left[x*3] - left[x*3+3]] );
572 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[left[x*3] - left[x*3+step]] );
582 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[right[x*3] - right[x*3+3]] );
587 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[right[x*3] - right[x*3+step]] );
670 int maxR = state2->interactionRadius;
778 E0a = icvSmoothnessCostFunc( d, a, maxR, stabR, scale );
779 Ea0 = icvSmoothnessCostFunc( a, d1, maxR, stabR, scale )
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 350 int maxr = mRadius + mLevels * mRadiusInc + 50; local
358 if (polar.y > maxr) {
  /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 836 milliseconds