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

  /external/aac/libAACenc/src/
grp_data.cpp 181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; local
184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]);
186 sfbThreshold->Long[i++] = thresh;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
grp_data.c 110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb]; local
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
114 sfbThreshold->sfbLong[i] = thresh;
sf_estim.c 146 Word32 thresh,
155 Word32 thresh125 = L_add(thresh, (thresh >> 2));
203 Word32 thresh08 = fixmul(COEF08_31, thresh);
706 Word32 thresh, energy; local
718 thresh = psyOutChan->sfbThreshold[i];
732 /* scfs without energy or with thresh>energy are marked with MIN_16 */
736 if ((maxSpec > 0) && (energy > thresh)) {
739 thresholdPart = iLog4(thresh);
753 thresh, scfInt, minSfMaxQuant[i]
    [all...]
  /external/openssh/
misc.h 84 u_int64_t rate, thresh, lamt; member in struct:bwlimit
  /external/srec/srec/clib/
jacobi.c 56 double g, thresh, sum, c, s, t, tau, h; local
104 thresh = 20.0 * sum / (dim * dim); /* .. first 3 iterations only */
106 thresh = 0.0; /* .. thereafter */
120 else if (g > thresh)
  /external/tcpdump/
print-dvmrp.c 264 register u_char thresh; local
272 thresh = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thresh, flags; local
306 thresh = *bp++;
313 metric, thresh);
  /external/speex/libspeex/
sb_celp.c 467 float thresh; local
470 thresh = mode->vbr_thresh[modeid][v1];
472 thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] +
474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high)
    [all...]
nb_celp.c 462 float thresh; local
465 thresh = vbr_nb_thresh[mode][v1];
467 thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1];
468 if (st->relative_quality > thresh &&
469 st->relative_quality-thresh<min_diff)
472 min_diff = st->relative_quality-thresh;
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 55 uint32_t thresh,
81 * hev |= (abs(p1 - p0) > thresh)
86 "cmpgu.lt.qb %[c], %[thresh], %[r_k] \n\t"
92 * hev |= (abs(q1 - q0) > thresh)
97 "cmpgu.lt.qb %[c], %[thresh], %[r_k] \n\t"
121 [q2] "r" (q2), [q3] "r" (q3), [thresh] "r" (thresh)
349 unsigned int thresh,
401 thresh, &hev, &mask);
446 thresh, &hev, &mask)
2492 unsigned char thresh, flimit, limit, flimit_temp; local
2528 unsigned char thresh, flimit, limit, flimit_temp; local
2560 unsigned char thresh, flimit, limit, flimit_temp; local
2594 unsigned char thresh, flimit, limit, flimit_temp; local
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 352 int thresh = minsad + (minsad * uniquenessRatio/100); local
353 __m128i thresh8 = _mm_set1_epi16((short)(thresh + 1));
523 int thresh = minsad + (minsad * uniquenessRatio/100); local
526 if( sad[d] <= thresh && (d < mind-1 || d > mind+1))
cvhistogram.cpp 188 cvThreshHist( CvHistogram* hist, double thresh )
201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO ));
213 if( *val <= thresh )
662 float** thresh = 0; local
705 ranges[i] = (float*)src->thresh[i];
706 thresh = ranges;
709 thresh = src->thresh2;
710 CV_CALL( cvSetHistBinRanges( dst, thresh, CV_IS_UNIFORM_HIST(src)));
746 hist->thresh[i][0] = ranges[i][0];
747 hist->thresh[i][1] = ranges[i][1]
1308 float* thresh = hist->thresh2[i]; local
1369 float* thresh = hist->thresh2[i]; local
1960 float* thresh = hist->thresh2[i]; local
2017 float* thresh = hist->thresh2[i]; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
bands.c 211 opus_val16 thresh, sqrt_1; local
224 thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,thresh32));
233 thresh = .5f*celt_exp2(-.125f*depth);
265 r = SHR16(MIN16(thresh, r),1);
273 r = MIN16(thresh, r);
    [all...]
  /external/dropbear/
scp.c 770 static int lamt, thresh = 16384; local
780 if (lamt < thresh)
799 thresh /= 2;
800 if (thresh < 2048)
801 thresh = 2048;
803 thresh *= 2;
804 if (thresh > 32768)
805 thresh = 32768;
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 22 const __m128i thresh = _mm_broadcastb_epi8( local
59 hev = _mm_subs_epu8(flat, thresh);
405 const __m128i thresh = _mm_broadcastb_epi8( local
436 hev = _mm_subs_epu8(flat, thresh);
    [all...]
vp9_loopfilter_intrin_sse2.c 28 const __m128i thresh = local
65 hev = _mm_subs_epu8(flat, thresh);
398 const __m128i thresh = local
441 hev = _mm_subs_epu8(flat, thresh);
875 const __m128i thresh = local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 252 int thresh, color = 0; local
254 thresh = mColors[i];
256 if (percent <= thresh) return color;
  /external/chromium_org/third_party/libwebp/enc/
quant.c 505 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; local
514 if (err > thresh) last = n;
    [all...]
  /external/grub/stage2/
jfs.h 154 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 947 int thresh; local
965 /* i starts from 2 to make sure thresh started from 2048 */
    [all...]
  /external/webp/src/enc/
quant.c 505 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; local
514 if (err > thresh) last = n;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 813 float thresh[CV_MAX_DIM][2]; /* For uniform histograms. */ member in struct:CvHistogram
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 951 milliseconds