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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dsf_estim.c279 Word16 sfbCnt, Word16 startSfb, Word16 stopSfb)
289 sfbLast = startSfb;
295 sfbPrev = startSfb - 1;
334 Word16 startSfb,
343 for (sfb=startSfb; sfb<stopSfb; sfb++) {
568 Word32 sfb, startSfb, stopSfb, scfMin, scfMax, scfAct; local
607 startSfb = sfb;
617 if (startSfb < sfbCnt) {
619 for (sfb=startSfb; sfb<stopSfb; sfb++) {
635 for (sfb=startSfb; sf
278 countScfBitsDiff(Word16 *scfOld, Word16 *scfNew, Word16 sfbCnt, Word16 startSfb, Word16 stopSfb) argument
328 calcSpecPeDiff(Word16 *scfOld, Word16 *scfNew, Word16 *sfbConstPePart, Word16 *logSfbEnergy, Word16 *logSfbFormFactor, Word16 *sfbNRelevantLines, Word16 startSfb, Word16 stopSfb) argument
[all...]
H A Dadj_thr.c630 Word16 startSfb[2]; local
639 /* do not go below startSfb */
643 startSfb[ch] = ahParam->startSfbL;
645 startSfb[ch] = ahParam->startSfbS;
653 for (sfb=startSfb[ch]; sfb<psyOutChan->sfbCnt; sfb++) {
681 minSfb = startSfb[0];
685 minSfb = min(minSfb, startSfb[1]);
696 if (sfb>=startSfb[ch] && sfb<psyOutChan->sfbCnt) {

Completed in 50 milliseconds