HomeSort by relevance Sort by last modified time
    Searched defs:dist2 (Results 1 - 20 of 20) sorted by null

  /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;
73 spx_word32_t dist2=0;
81 dist2 = MAC16_16(dist2,in[j],*code);
95 dist2=SUB32(SHR(*E++,1),dist2);
96 if (dist2<*best_dist)
98 *best_dist=dist2;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
Point.java 68 float dist2 = dist(b); 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 80 float dist2 = dist(b); local
82 if (dist1 == 0.0f || dist2 == 0.0f) {
88 float cos = Math.min(1.0f, Math.max(-1.0f, dotProduct / dist1 / dist2));
  /external/autotest/client/deps/glbench/src/
windowmanagertest.cc 42 float dist2 = dx*dx + dy*dy; local
43 if (dist2 > 1.f)
44 dist2 = 1.f;
45 *pixel = (1.f - dist2) * 255.f;
47 *pixel = (1.f - dist2) * 255.f;
49 *pixel = (1.f - dist2) * 255.f;
  /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/mesa3d/src/mesa/swrast/
s_points.c 328 const GLfloat dist2 = dx * dx + dy * dy; local
331 if (dist2 < rmax2) {
332 if (dist2 >= rmin2) {
334 coverage = 1.0F - (dist2 - rmin2) * cscale;
  /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...]
aflatin.c 3296 FT_Pos dist1, dist2, span, delta; local
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 780 double dist2 = v2.length() * m; local
782 SkDebugf("%c r1=%1.9g r2=%1.9g m=%1.9g dist1=%1.9g dist2=%1.9g "
784 endCtrlRatio(q1), endCtrlRatio(q2), m, dist1, dist2, dir > 0 ? '+' : '-',
789 bool use1 = fabs(dist1) < fabs(dist2);
791 SkDebugf("%c dist=%1.9g r=%1.9g\n", agrees ? 'T' : 'F', use1 ? dist1 : dist2,
792 use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2));
794 return fabs(use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2));
    [all...]
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 1271 size_t dist2 = nextSyncSampleIndex - closestSampleIndex; local
    [all...]
  /external/libjpeg-turbo/
jquant2.c 301 JLONG dist0,dist1,dist2; local
385 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
386 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
769 register JLONG dist2; /* current distance in inner loop */ local
812 dist2 = dist1;
815 if (dist2 < *bptr) {
816 *bptr = dist2;
819 dist2 += xx2;
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1350 float dx, dy, dist2, cover; local
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 802 void ShaderCore::dist2(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) function in class:sw::ShaderCore
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 2007 double dist2; 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...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 5962 float dist2 = dist[id2]; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 871 milliseconds