/external/speex/libspeex/ |
vq_arm4.h | 42 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...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
Point.java | 67 float dist1 = dist(a); local 70 if (dist1 == 0.0f || dist2 == 0.0f) { 76 float cos = Math.min(1.0f, Math.max(-1.0f, dotProduct / dist1 / dist2));
|
/external/opencv3/modules/stitching/src/ |
seam_finders.cpp | 146 Mat dist1, dist2; local 147 distanceTransform(unique1 == 0, dist1, DIST_L1, 3); 150 Mat seam = dist1 < dist2; [all...] |
/external/opencv3/samples/cpp/tutorial_code/features2D/ |
AKAZE_match.cpp | 37 float dist1 = nn_matches[i][0].distance; local 40 if(dist1 < nn_match_ratio * dist2) {
|
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/ |
LATCH_match.cpp | 55 float dist1 = nn_matches[i][0].distance; local 58 if (dist1 < nn_match_ratio * dist2) {
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
q_plsf_5.cpp | 388 Word32 dist1; local 425 dist1 = ((Word32)temp1 * temp1); 433 dist1 += ((Word32)temp1 * temp1); 436 if ((dist1 >= dist_min) && (dist2 >= dist_min)) 447 dist1 += ((Word32)temp1 * temp1); 455 dist1 += ((Word32)temp1 * temp1); 458 if (dist1 < dist_min) 460 dist_min = dist1;
|
/external/opencv3/modules/calib3d/test/ |
test_cornerssubpix.cpp | 176 double dist1 = 0.0; local 177 int ret = calcDistance(corners, test_corners, dist1); 200 dist1, dist2); 205 if(dist1 < dist2*max_reduce_factor)
|
/external/skia/src/views/ |
SkTouchGesture.cpp | 305 double dist1 = sqrt(dx*dx + dy*dy); local 307 double scale = dist1 / dist0;
|
/external/opencv3/modules/calib3d/src/ |
circlesgrid.cpp | 342 double dist1 = norm(sortedCorners[0] - sortedCorners[1]); local 345 if((dist1 > dist2 && patternSize.height > patternSize.width) || (dist1 < dist2 && patternSize.height < patternSize.width)) [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 1974 FT_Pos dist1, dist2, span; local [all...] |
aflatin.c | 2642 FT_Pos dist1, dist2, span, delta; local [all...] |
/external/opencv/cvaux/src/ |
cvhmm.cpp | 232 double dist1 = 0; local 239 dist1 += t1*t1; 244 dist1 += t1*t1; 253 return (float)(dist0 + dist1); [all...] |
cvepilines.cpp | 2006 double dist1; local [all...] |
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/skia/tests/ |
PathOpsAngleIdeas.cpp | 762 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)); [all...] |
/frameworks/av/media/libstagefright/ |
AVIExtractor.cpp | 1270 size_t dist1 = closestSampleIndex - prevSyncSampleIndex; local [all...] |
/external/libjpeg-turbo/ |
jquant2.c | 300 INT32 dist0,dist1,dist2; local 383 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE; 385 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2; 767 INT32 dist0, dist1; /* initial distance values */ local 808 dist1 = dist0; 811 dist2 = dist1; 823 dist1 += xx1; [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jquant2.c | 323 INT32 dist0,dist1,dist2; local 406 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE; 408 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2; 789 INT32 dist0, dist1; /* initial distance values */ local 830 dist1 = dist0; 833 dist2 = dist1; 845 dist1 += xx1; [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.cpp | 5722 float dist1 = dist[id1]; local [all...] |