HomeSort by relevance Sort by last modified time
    Searched defs:dist1 (Results 1 - 12 of 12) 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;
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/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 305 double dist1 = sqrt(dx*dx + dy*dy); local
307 double scale = dist1 / dist0;
  /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/jpeg/
jquant2.c 322 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;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 5565 float dist1 = dist[id1]; local
    [all...]

Completed in 639 milliseconds