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

1 2

  /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/eigen/Eigen/src/SparseLU/
SparseLU_pivotL.h 40 * (1) Compute thresh = u * max_(i>=j) abs(A_ij);
41 * (2) IF user specifies pivot row k and abs(A_kj) >= thresh THEN
43 * ELSE IF abs(A_jj) >= thresh THEN
95 RealScalar thresh = diagpivotthresh * pivmax; local
105 if (rtemp != 0.0 && rtemp >= thresh) pivptr = diag;
  /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);
  /bionic/libc/kernel/uapi/drm/
tegra_drm.h 49 __u32 thresh; member in struct:drm_tegra_syncpt_wait
110 __u32 thresh; member in struct:drm_tegra_waitchk
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 458 opus_val16 thresh; local
494 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont);
498 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont);
500 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
501 if (g1 > thresh)
bands.c 266 opus_val16 thresh, sqrt_1; local
279 thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,thresh32));
288 thresh = .5f*celt_exp2(-.125f*depth);
320 r = SHR16(MIN16(thresh, r),1);
328 r = MIN16(thresh, r);
    [all...]
  /external/iptables/extensions/
libxt_hashlimit.c 458 uint32_t thresh; member in struct:__anon26341
473 if (r >= units[i].thresh &&
474 bytes_to_cost(r & ~(units[i].thresh - 1)) == avg)
476 printf(" %llu%sb/s", r/units[i].thresh, units[i].name);
484 if (r >= units[i].thresh)
487 printf("burst %llu%sb", r / units[i].thresh, units[i].name);
  /external/kernel-headers/original/uapi/drm/
tegra_drm.h 48 __u32 thresh; member in struct:drm_tegra_syncpt_wait
106 __u32 thresh; member in struct:drm_tegra_waitchk
  /external/libopus/celt/
pitch.c 458 opus_val16 thresh; local
494 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont);
498 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont);
500 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
501 if (g1 > thresh)
bands.c 266 opus_val16 thresh, sqrt_1; local
279 thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,thresh32));
288 thresh = .5f*celt_exp2(-.125f*depth);
320 r = SHR16(MIN16(thresh, r),1);
328 r = MIN16(thresh, r);
    [all...]
  /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/chromium_org/third_party/libvpx/source/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/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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 1313 OPJ_INT32 thresh = 1 << tccp->roishift; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/libvpx/source/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 24 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
59 hev = _mm_subs_epu8(flat, thresh);
385 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
428 hev = _mm_subs_epu8(flat, thresh);
872 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
1102 const __m128i thresh = local
1342 const __m128i thresh = local
    [all...]
  /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 24 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
59 hev = _mm_subs_epu8(flat, thresh);
385 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
428 hev = _mm_subs_epu8(flat, thresh);
872 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
1102 const __m128i thresh = local
1342 const __m128i thresh = local
    [all...]

Completed in 734 milliseconds

1 2