HomeSort by relevance Sort by last modified time
    Searched refs:maxR (Results 1 - 2 of 2) 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...]

Completed in 22 milliseconds