/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));
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
Point.java | 79 float dist1 = dist(a); local 82 if (dist1 == 0.0f || dist2 == 0.0f) { 88 float cos = Math.min(1.0f, Math.max(-1.0f, dotProduct / dist1 / 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/skia/src/views/ |
SkTouchGesture.cpp | 308 double dist1 = sqrt(dx*dx + dy*dy); local 310 double scale = dist1 / dist0;
|
/external/freetype/src/autofit/ |
afcjk.c | 2048 FT_Pos dist1, dist2, span; local [all...] |
aflatin.c | 3296 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 | 781 double dist1 = v1.length() * m; local 784 SkDebugf("%c r1=%1.9g r2=%1.9g m=%1.9g dist1=%1.9g dist2=%1.9g " 786 endCtrlRatio(q1), endCtrlRatio(q2), m, dist1, dist2, dir > 0 ? '+' : '-', 791 bool use1 = fabs(dist1) < fabs(dist2); 793 SkDebugf("%c dist=%1.9g r=%1.9g\n", agrees ? 'T' : 'F', use1 ? dist1 : dist2, 794 use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2)); 796 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 | 301 JLONG dist0,dist1,dist2; local 384 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE; 386 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2; 768 JLONG dist0, dist1; /* initial distance values */ local 809 dist1 = dist0; 812 dist2 = dist1; 824 dist1 += xx1; [all...] |
/external/swiftshader/src/Shader/ |
ShaderCore.cpp | 888 void ShaderCore::dist1(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) function in class:sw::ShaderCore [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.cpp | 5838 float dist1 = dist[id1]; local [all...] |