Searched refs:dist1 (Results 1 - 12 of 12) sorted by relevance

/external/speex/libspeex/
H A Dvq_arm4.h42 spx_word32_t dist1, dist2, dist3, dist4; local
65 : "=r" (dist1), "=r" (dist2), "=r" (dist3), "=r" (dist4),
71 dist1=dist2=dist3=dist4=0;
72 /* spx_word32_t dist1=0;
79 dist1 = MAC16_16(dist1,in[j],*code);
89 dist1=SUB32(SHR(*E++,1),dist1);
90 if (dist1<*best_dist || i==0)
92 *best_dist=dist1;
[all...]
/external/jpeg/
H A Djquant2.c322 INT32 dist0,dist1,dist2; local
405 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
788 INT32 dist0, dist1; /* initial distance values */ local
829 dist1 = dist0;
832 dist2 = dist1;
844 dist1 += xx1;
/external/opencv/cvaux/src/
H A Dcvlee.cpp2650 float radius1,radius2,dist1,dist2; local
2690 dist1=dist2=-1;
2703 dist1 = _cvCalcEdgeIntersection(pEdge1, pEdge_left, &Point1,radius1);
2705 dist1 = _cvCalcEdgeIntersection(pEdge2, pEdge_left, &Point1,radius1);
2707 if(dist1>=0)
2733 if(dist1<0&&dist2<0)
2772 if(fabs(dist1 - dist2)<dist_eps)
2832 if((dist1<dist2&&dist1>=0)||(dist1>
3085 float radius1, radius2,dist1, dist2; local
3140 double dist1, dist2; local
3211 float radius1,radius2,dist1,dist2; local
[all...]
H A Dcvhmm.cpp232 double dist1 = 0; local
239 dist1 += t1*t1;
244 dist1 += t1*t1;
253 return (float)(dist0 + dist1);
H A Dcvepilines.cpp2006 double dist1; local
2008 icvGetPieceLength(basePoint,point1,&dist1);
2012 double alpha = dist2/dist1;
/external/skia/src/views/
H A DSkTouchGesture.cpp305 double dist1 = sqrt(dx*dx + dy*dy); local
307 double scale = dist1 / dist0;
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp762 double dist1 = v1.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));
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
H A Deval.pass.cpp331 std::binomial_distribution<> dist1(5, 0.1);
335 assert(dist1(gen1) == dist2(gen2));
/external/freetype/src/autofit/
H A Dafcjk.c1974 FT_Pos dist1, dist2, span; local
1990 dist1 = edge2->opos - edge1->opos;
1993 span = dist1 - dist2;
H A Daflatin2.c2164 FT_Pos dist1, dist2, span, delta;
2180 dist1 = edge2->opos - edge1->opos;
2183 span = dist1 - dist2;
H A Daflatin.c2642 FT_Pos dist1, dist2, span, delta; local
2658 dist1 = edge2->opos - edge1->opos;
2661 span = dist1 - dist2;
/external/skia/src/core/
H A DSkStroke.cpp1035 SkScalar dist1 = pt_to_line(start, end, quadPts->fTangentEnd);
1047 if (SkTMax(dist1, dist2) <= fInvResScaleSquared) {
1049 "SkTMax(dist1=%g, dist2=%g) <= fInvResScaleSquared", dist1, dist2);

Completed in 383 milliseconds