/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btSphereBoxCollisionAlgorithm.cpp | 164 btScalar minDist = faceDist; in getSpherePenetration() local 169 if (faceDist < minDist) in getSpherePenetration() 171 minDist = faceDist; in getSpherePenetration() 178 if (faceDist < minDist) in getSpherePenetration() 180 minDist = faceDist; in getSpherePenetration() 187 if (faceDist < minDist) in getSpherePenetration() 189 minDist = faceDist; in getSpherePenetration() 196 if (faceDist < minDist) in getSpherePenetration() 198 minDist = faceDist; in getSpherePenetration() 205 if (faceDist < minDist) in getSpherePenetration() [all …]
|
D | btConvexConvexAlgorithm.cpp | 465 btScalar minDist = -1e30f; in processCollision() local 492 …minDist = withoutMargin.m_reportedDistance;//gjkPairDetector.getCachedSeparatingDistance()+min0->g… in processCollision() 497 … foundSepAxis = withoutMargin.m_foundResult && minDist<0;//-(min0->getMargin()+min1->getMargin()); in processCollision() 508 body1Wrap->getWorldTransform(), minDist-threshold, threshold, *resultOut); in processCollision() 534 btScalar minDist =-1e30f; in processCollision() local 563 minDist = gjkPairDetector.getCachedSeparatingDistance()-min0->getMargin()-min1->getMargin(); in processCollision() 572 body0Wrap->getWorldTransform(), vertices, minDist-threshold, maxDist, *resultOut); in processCollision()
|
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 216 deUint32 minDist = colorDistSquared(pixel, readUnorm8<NumChannels>(surface, x, y)); in distSquaredToNeighbor() local 218 if (minDist == 0) in distSquaredToNeighbor() 219 return minDist; in distSquaredToNeighbor() 242 minDist = de::min(minDist, colorDistSquared(pixel, readUnorm8<NumChannels>(surface, dx, dy))); in distSquaredToNeighbor() 243 if (minDist == 0) in distSquaredToNeighbor() 244 return minDist; in distSquaredToNeighbor() 255 minDist = de::min(minDist, colorDistSquared(pixel, sample)); in distSquaredToNeighbor() 256 if (minDist == 0) in distSquaredToNeighbor() 257 return minDist; in distSquaredToNeighbor() 260 return minDist; in distSquaredToNeighbor()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btPolyhedralContactClipping.java | 61 …n hullA, btConvexPolyhedron hullB, Matrix4 transA, Matrix4 transB, float minDist, float maxDist, b… in clipHullAgainstHull() argument 62 …hullA), hullA, btConvexPolyhedron.getCPtr(hullB), hullB, transA, transB, minDist, maxDist, btDiscr… in clipHullAgainstHull() 65 …nvexPolyhedron hullA, Matrix4 transA, btVector3Array worldVertsB1, float minDist, float maxDist, b… in clipFaceAgainstHull() argument 66 …llA), hullA, transA, btVector3Array.getCPtr(worldVertsB1), worldVertsB1, minDist, maxDist, btDiscr… in clipFaceAgainstHull()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_circles.cpp | 75 …HoughCirclesDetectorImpl(float dp, float minDist, int cannyThreshold, int votesThreshold, int minR… 82 void setMinDist(float minDist) { minDist_ = minDist; } in setMinDist() argument 146 …HoughCirclesDetectorImpl::HoughCirclesDetectorImpl(float dp, float minDist, int cannyThreshold, in… in HoughCirclesDetectorImpl() argument 148 … dp_(dp), minDist_(minDist), cannyThreshold_(cannyThreshold), votesThreshold_(votesThreshold), in HoughCirclesDetectorImpl() 312 Ptr<HoughCirclesDetector> cv::cuda::createHoughCirclesDetector(float dp, float minDist, int cannyTh… in createHoughCirclesDetector() argument 314 …return makePtr<HoughCirclesDetectorImpl>(dp, minDist, cannyThreshold, votesThreshold, minRadius, m… in createHoughCirclesDetector()
|
D | generalized_hough.cpp | 458 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument 582 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btPolyhedralContactClipping.h | 35 …llB, const btTransform& transA,const btTransform& transB, const btScalar minDist, btScalar maxDist… 36 … const btTransform& transA, btVertexArray& worldVertsB1, const btScalar minDist, btScalar maxDist…
|
D | btPolyhedralContactClipping.cpp | 414 … const btTransform& transA, btVertexArray& worldVertsB1, const btScalar minDist, btScalar maxDist… in clipFaceAgainstHull() argument 493 if (depth <=minDist) in clipFaceAgainstHull() 496 depth = minDist; in clipFaceAgainstHull() 530 …llB, const btTransform& transA,const btTransform& transB, const btScalar minDist, btScalar maxDist… in clipHullAgainstHull() argument 568 clipFaceAgainstHull(separatingNormal, hullA, transA,worldVertsB1, minDist, maxDist,resultOut); in clipHullAgainstHull()
|
/external/opencv3/modules/features2d/test/ |
D | test_detectors_regression.cpp | 146 float minDist = std::numeric_limits<float>::max(); in compareKeypointSets() local 152 if( curDist < minDist ) in compareKeypointSets() 154 minDist = curDist; in compareKeypointSets() 159 assert( minDist >= 0 ); in compareKeypointSets()
|
/external/opencv3/samples/gpu/ |
D | generalized_hough.cpp | 63 const double minDist = cmd.get<double>("minDist"); in main() local 93 ballard->setMinDist(minDist); in main() 105 guil->setMinDist(minDist); in main()
|
D | pyrlk_optical_flow.cpp | 116 double minDist = cmd.get<double>("min_dist"); in main() local 145 …or> detector = cuda::createGoodFeaturesToTrackDetector(d_frame0Gray.type(), points, 0.01, minDist); in main()
|
/external/opencv3/modules/imgproc/src/ |
D | gcgraph.hpp | 296 int d, minDist = INT_MAX; in maxFlow() local 334 if( d < minDist ) in maxFlow() 336 minDist = d; in maxFlow() 350 v2->dist = minDist; in maxFlow()
|
D | generalized_hough.cpp | 346 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument 518 void setMinDist(double minDist) { minDist_ = minDist; } in setMinDist() argument
|
/external/opencv3/samples/tapi/ |
D | pyrlk_optical_flow.cpp | 104 double minDist = cmd.get<double>("min_dist"); in main() local 210 goodFeaturesToTrack(frame0, pts, points, 0.01, minDist); in main()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | Utils.java | 149 int minDist = 256 * 256 * 3; in closest() local 157 if (dist < minDist) { in closest() 158 minDist = dist; in closest()
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_hough.cpp | 190 const float minDist = GET_PARAM(2); variable 207 …CirclesDetector> houghCircles = cv::cuda::createHoughCirclesDetector(dp, minDist, cannyThreshold, … 221 …TEST_CYCLE() cv::HoughCircles(src, cpu_circles, cv::HOUGH_GRADIENT, dp, minDist, cannyThreshold, v…
|
/external/skia/gm/ |
D | image_pict.cpp | 160 int minDist = 999999999; in find_closest() local 167 if (dist < minDist) { in find_closest() 168 minDist = dist; in find_closest()
|
/external/opencv3/modules/cudaimgproc/test/ |
D | test_hough.cpp | 138 const float minDist = 0.0f; in CUDA_TEST_P() local 153 …CirclesDetector> houghCircles = cv::cuda::createHoughCirclesDetector(dp, minDist, cannyThreshold, … in CUDA_TEST_P()
|
/external/opencv3/modules/cudaimgproc/include/opencv2/ |
D | cudaimgproc.hpp | 453 virtual void setMinDist(float minDist) = 0; 488 CV_EXPORTS Ptr<HoughCirclesDetector> createHoughCirclesDetector(float dp, float minDist, int cannyT…
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | seam_finders.hpp | 166 ClosePoints(int minDist) : minDist_(minDist) {} in ClosePoints() argument
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1951 double minDist = 10000000; in icvGetCutPiece() local 1958 if( dist < minDist) in icvGetCutPiece() 1960 minDist = dist; in icvGetCutPiece() 2224 float minDist = (float)(INT_MAX); in FindLineForEpiline() local 2240 if( dist < minDist ) in FindLineForEpiline() 2242 minDist = dist; in FindLineForEpiline() 3285 float minDist = (float)(INT_MAX); in FindLine() local 3298 if( dist < minDist ) in FindLine() 3300 minDist = dist; in FindLine() 3368 float minDist = (float)(INT_MAX); in FindLineForEpiline() local [all …]
|
D | cvcorrimages.cpp | 130 double minDist; in icvCreateFeaturePoints() local 136 minDist = 5; in icvCreateFeaturePoints() 137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist); in icvCreateFeaturePoints()
|
/external/skia/src/gpu/batches/ |
D | GrAAConvexTessellator.cpp | 597 SkScalar minDist = SK_ScalarMax, minT = 0.0f; in createInsetRing() local 606 if (minDist > dist) { in createInsetRing() 607 minDist = dist; in createInsetRing()
|
/external/opencv3/modules/objdetect/test/ |
D | test_cascadeandhog.cpp | 340 float minDist = (float)norm( Point(imgSize.width, imgSize.height) ); in validate() local 346 if( curDist < minDist ) in validate() 349 minDist = curDist; in validate() 359 if( map[minIdx] != 0 || (minDist > dist) || (abs(cr->width - vr.width) > wDiff) || in validate()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btConvexHullComputer.cpp | 2173 btScalar minDist = SIMD_INFINITY; in shrink() local 2178 if (dist < minDist) in shrink() 2180 minDist = dist; in shrink() 2184 if (minDist <= 0) in shrink() 2189 amount = btMin(amount, minDist * clampAmount); in shrink()
|