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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dsf_estim.c279 Word16 sfbCnt, Word16 startSfb, Word16 stopSfb)
290 while (sfbLast < stopSfb && scfOld[sfbLast] == VOAAC_SHRT_MIN) {
306 for (sfb=sfbLast+1; sfb<stopSfb; sfb++) {
315 sfbNext = stopSfb;
335 Word16 stopSfb)
343 for (sfb=startSfb; sfb<stopSfb; sfb++) {
568 Word32 sfb, startSfb, stopSfb, scfMin, scfMax, scfAct; local
600 stopSfb = 0;
602 sfb = stopSfb;
613 stopSfb
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...]

Completed in 47 milliseconds