Searched refs:thresh (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dgrp_data.c110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb]; local
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
114 sfbThreshold->sfbLong[i] = thresh;
H A Dsf_estim.c146 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, scfIn
144 improveScf(Word32 *spec, Word16 sfbWidth, Word32 thresh, Word16 scf, Word16 minScf, Word32 *dist, Word16 *minScfCalculated) argument
[all...]

Completed in 299 milliseconds