Searched defs:maxR (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cv/src/ |
D | cvstereogc.cpp | 436 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/ |
D | PaintTest.cpp | 194 SkRect maxR = fillR; in DEF_TEST() local
|
D | PathOpsAngleIdeas.cpp | 795 double maxR = SK_ScalarMax; in DEF_TEST() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | SweepSphere.java | 117 private static float getLowestRoot(float a, float b, float c, float maxR) { in getLowestRoot()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 123 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/ |
D | SkMorphologyImageFilter.cpp | 95 int maxB = 0, maxG = 0, maxR = 0, maxA = 0; in dilate() local
|