HomeSort by relevance Sort by last modified time
    Searched full:dist2 (Results 26 - 50 of 72) sorted by null

12 3

  /external/opencv3/modules/calib3d/src/
epnp.h 56 double dist2(const double * p1, const double * p2);
epnp.cpp 209 double epnp::dist2(const double * p1, const double * p2) function in class:cv::epnp
469 rho[0] = dist2(cws[0], cws[1]);
470 rho[1] = dist2(cws[0], cws[2]);
471 rho[2] = dist2(cws[0], cws[3]);
472 rho[3] = dist2(cws[1], cws[2]);
473 rho[4] = dist2(cws[1], cws[3]);
474 rho[5] = dist2(cws[2], cws[3]);
upnp.h 106 double dist2(const double * p1, const double * p2);
upnp.cpp 673 rho[0] = dist2(cws[0], cws[1]);
674 rho[1] = dist2(cws[0], cws[2]);
675 rho[2] = dist2(cws[0], cws[3]);
676 rho[3] = dist2(cws[1], cws[2]);
677 rho[4] = dist2(cws[1], cws[3]);
678 rho[5] = dist2(cws[2], cws[3]);
681 double upnp::dist2(const double * p1, const double * p2) function in class:upnp
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
CameraGroupStrategy.java 103 float dist2 = camera.position.dst(o2.position);
104 return (int)Math.signum(dist2 - dist1);
  /external/opencv3/doc/tutorials/features2d/akaze_matching/
akaze_matching.markdown 74 float dist2 = nn_matches[i][1].distance;
76 if(dist1 < nn_match_ratio * dist2) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1300 float dx, dy, dist2, cover; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btMprPenetration.h 667 float s, t, dist, dist2; local
716 dist2 = _btMprVec3PointSegmentDist2(P, x0, C, &witness2);
717 if (dist2 < dist){
718 dist = dist2;
723 dist2 = _btMprVec3PointSegmentDist2(P, B, C, &witness2);
724 if (dist2 < dist){
725 dist = dist2;
  /external/opencv3/modules/photo/src/cuda/
nlm.cu 90 float dist2 = 0;
97 dist2 += norm2(av - bv);
100 float w = __expf(dist2 * noise_mult + (x * x + y * y) * minus_search_window2_inv);
103 printf("%f %f\n", w, dist2 * minus_h2_inv + (x * x + y * y) * minus_search_window2_inv);*/
114 float dist2 = 0;
120 dist2 += norm2(av - bv);
123 float w = __expf(dist2 * noise_mult + (x * x + y * y) * minus_search_window2_inv);
  /external/mesa3d/src/mesa/swrast/
s_points.c 329 const GLfloat dist2 = dx * dx + dy * dy; local
332 if (dist2 < rmax2) {
333 if (dist2 >= rmin2) {
335 coverage = 1.0F - (dist2 - rmin2) * cscale;
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu 177 float dist2 = sqr(diff);
180 if (totalWeight < c_TB && dist2 < c_Tb * var)
184 if (dist2 < c_Tg * var)
199 float varnew = var + k * (dist2 - var);
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 600 float dist2; local
607 dist2 = dData[0]*dData[0] + dData[1]*dData[1] + dData[2]*dData[2];
611 dist2 = 0.f;
615 dist2 += dData[c]*dData[c];
620 if( totalWeight < TB && dist2 < Tb*var )
624 if( dist2 < Tg*var )
641 float varnew = var + k*(dist2-var);
    [all...]
bgfg_KNN.cpp 350 float dist2; local
357 dist2 = dData[0]*dData[0] + dData[1]*dData[1] + dData[2]*dData[2];
361 dist2 = 0.f;
365 dist2 += dData[c]*dData[c];
369 if (dist2<m_fTb)
  /external/skia/tests/
PathOpsAngleIdeas.cpp 763 double dist2 = v2.length() * m; local
765 SkDebugf("%c r1=%1.9g r2=%1.9g m=%1.9g dist1=%1.9g dist2=%1.9g "
767 endCtrlRatio(q1), endCtrlRatio(q2), m, dist1, dist2, dir > 0 ? '+' : '-',
772 bool use1 = fabs(dist1) < fabs(dist2);
774 SkDebugf("%c dist=%1.9g r=%1.9g\n", agrees ? 'T' : 'F', use1 ? dist1 : dist2,
775 use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2));
777 return fabs(use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2));
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 2650 float radius1,radius2,dist1,dist2; local
3085 float radius1, radius2,dist1, dist2; local
3140 double dist1, dist2; local
3211 float radius1,radius2,dist1,dist2; local
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 170 int dist2 = (p1.x-p2.x) * (p1.x-p2.x) + (p1.y-p2.y) * (p1.y-p2.y); local
171 return dist2 < minDist_ * minDist_;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_5.cpp 389 Word32 dist2; local
426 dist2 = ((Word32)temp2 * temp2);
434 dist2 += ((Word32)temp2 * temp2);
436 if ((dist1 >= dist_min) && (dist2 >= dist_min))
448 dist2 += ((Word32)temp2 * temp2);
456 dist2 += ((Word32)temp2 * temp2);
467 if (dist2 < dist_min)
469 dist_min = dist2;
  /external/libjpeg-turbo/
jquant2.c 300 INT32 dist0,dist1,dist2; local
384 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
385 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
768 register INT32 dist2; /* current distance in inner loop */ local
811 dist2 = dist1;
814 if (dist2 < *bptr) {
815 *bptr = dist2;
818 dist2 += xx2;
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 323 INT32 dist0,dist1,dist2; local
407 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
408 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
790 register INT32 dist2; /* current distance in inner loop */ local
833 dist2 = dist1;
836 if (dist2 < *bptr) {
837 *bptr = dist2;
840 dist2 += xx2;
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1057 FT_Pos dist2 = 0; local
1067 dist2 = AF_SEGMENT_DIST( link, link1 );
1068 if ( dist2 >= edge_distance_threshold )
1074 if ( dist2 >= edge_distance_threshold )
2048 FT_Pos dist1, dist2, span; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 999 FT_Pos dist2 = 0; local
1009 dist2 = AF_SEGMENT_DIST( link, link1 );
1010 if ( dist2 >= edge_distance_threshold )
1016 if ( dist2 >= edge_distance_threshold )
1990 FT_Pos dist1, dist2, span; local
    [all...]
  /external/bison/po/
Makefile.in.in 358 @$(MAKE) dist2
360 dist2: stamp-po $(DISTFILES)
  /external/bison/runtime-po/
Makefile.in.in 358 @$(MAKE) dist2
360 dist2: stamp-po $(DISTFILES)
  /external/e2fsprogs/po/
Makefile.in.in 297 @$(MAKE) dist2
299 dist2: $(DISTFILES)
  /external/elfutils/po/
Makefile.in.in 365 @$(MAKE) dist2
367 dist2: stamp-po $(DISTFILES)

Completed in 2254 milliseconds

12 3