Home
last modified time | relevance | path

Searched defs:maxR (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cv/src/
Dcvstereogc.cpp436 static inline int icvSmoothnessCostFunc( int da, int db, int maxR, const int* stabR, int scale ) in icvSmoothnessCostFunc()
531 int maxR = state2->interactionRadius; in icvComputeEnergy() local
670 int maxR = state2->interactionRadius; in icvAlphaExpand() local
/external/skia/tests/
DPaintTest.cpp194 SkRect maxR = fillR; in DEF_TEST() local
DPathOpsAngleIdeas.cpp795 double maxR = SK_ScalarMax; in DEF_TEST() local
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java117 private static float getLowestRoot(float a, float b, float c, float maxR) { in getLowestRoot()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp123 const float maxR = result+err; in isResultInSet() local
238 const float maxR = maxV+totalErr; in isLinearCompareValid() local
349 const float maxR = maxV+totalErr; in isBilinearPCFCompareValid() local
510 const float maxR = maxF+totalErr; in isTrilinearPCFCompareValid() local
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp95 int maxB = 0, maxG = 0, maxR = 0, maxA = 0; in dilate() local