HomeSort by relevance Sort by last modified time
    Searched refs:dist1 (Results 1 - 19 of 19) 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c 202 unsigned long dist2, dist1; local
208 dist1 = yasm_bc_next_offset(precbc1);
210 if (dist2 < dist1) {
211 intn = yasm_intnum_create_uint(dist1 - dist2);
215 dist2 -= dist1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_shuffle.h 455 * dist1 = new difference_type[num_bins + 1]; local
475 dist1[b] = dist0[b];
483 sequential_random_shuffle(target + dist1[b],
484 target + dist1[b + 1],
492 delete[] dist1;
  /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...]
  /external/qemu/distrib/jpeg-6b/
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...]
  /external/opencv/cvaux/src/
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...]
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...]
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 303 double dist1 = sqrt(dx*dx + dy*dy); local
305 double scale = dist1 / dist0;
  /external/skia/src/views/
SkTouchGesture.cpp 303 double dist1 = sqrt(dx*dx + dy*dy); local
305 double scale = dist1 / dist0;
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 1270 size_t dist1 = closestSampleIndex - prevSyncSampleIndex; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 1905 FT_Pos dist1, dist2, span; local
    [all...]
aflatin.c 2087 FT_Pos dist1, dist2, span, delta; local
    [all...]
aflatin2.c     [all...]
  /external/freetype/src/autofit/
afcjk.c 1910 FT_Pos dist1, dist2, span; local
    [all...]
aflatin.c 2188 FT_Pos dist1, dist2, span, delta; local
    [all...]
aflatin2.c     [all...]
  /frameworks/base/services/input/
InputReader.cpp 5116 float dist1 = dist[id1]; local
    [all...]

Completed in 951 milliseconds