HomeSort by relevance Sort by last modified time
    Searched refs:startSfb (Results 1 - 8 of 8) sorted by null

  /external/aac/libAACenc/src/
pnsparam.h 113 short startSfb;
sf_estim.cpp 259 INT startSfb,
268 sfbLast = startSfb;
272 sfbPrev = startSfb - 1;
311 INT startSfb,
319 for (sfb=startSfb; sfb<stopSfb; sfb++) {
639 INT sfb, startSfb, stopSfb;
675 startSfb = sfb;
683 if (startSfb < sfbCnt) {
685 for (sfb=startSfb; sfb<stopSfb; sfb++) {
697 for (sfb=startSfb; sfb<stopSfb; sfb++)
    [all...]
noisedet.cpp 164 if (sfb < np->startSfb || sfbWidth < np->minSfbWidth) {
pnsparam.cpp 278 np->startSfb = FDKaacEnc_FreqToBandWithRounding( pnsInfo->startFreq,
aacenc_pns.cpp 243 startNoiseSfb = pnsConf->np.startSfb;
adj_thr.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 279 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;
607 startSfb = sfb;
617 if (startSfb < sfbCnt) {
619 for (sfb=startSfb; sfb<stopSfb; sfb++) {
635 for (sfb=startSfb; sfb<stopSfb; sfb++)
    [all...]
adj_thr.c 627 Word16 startSfb[2];
636 /* do not go below startSfb */
640 startSfb[ch] = ahParam->startSfbL;
642 startSfb[ch] = ahParam->startSfbS;
650 for (sfb=startSfb[ch]; sfb<psyOutChan->sfbCnt; sfb++) {
678 minSfb = startSfb[0];
682 minSfb = min(minSfb, startSfb[1]);
693 if (sfb>=startSfb[ch] && sfb<psyOutChan->sfbCnt) {
    [all...]

Completed in 6591 milliseconds