• Home
  • Raw
  • Download

Lines Matching refs:maxSfbPerGroup

161        for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {  in FDKaacEnc_calcThreshExp()
191 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_adaptMinSnr()
208 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_adaptMinSnr()
247 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) in FDKaacEnc_initAvoidHoleFlag()
252 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) in FDKaacEnc_initAvoidHoleFlag()
264 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_initAvoidHoleFlag()
271 if (sfb < psyOutChannel[ch]->maxSfbPerGroup-1) in FDKaacEnc_initAvoidHoleFlag()
310 for (sfb=0; sfb<psyOutChanM->maxSfbPerGroup; sfb++) { in FDKaacEnc_initAvoidHoleFlag()
357 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_initAvoidHoleFlag()
401 psyOutChan->maxSfbPerGroup); in FDKaacEnc_preparePe()
548 psyOutChannel[ch]->maxSfbPerGroup, in FDKaacEnc_calcPe()
580 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_peCalculation()
614 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_FDKaacEnc_calcPeNoAH()
652 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_reduceThresholdsCBR()
710 for (sfb=0; sfb<psyOutChannel->maxSfbPerGroup; sfb++){ in FDKaacEnc_calcChaosMeasure()
779 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){ in FDKaacEnc_reduceThresholdsVBR()
854 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){ in FDKaacEnc_reduceThresholdsVBR()
979 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_correctThresh()
1041 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_correctThresh()
1122 INT maxSfbPerGroup[2]; in FDKaacEnc_reduceMinSnr() local
1127 maxSfbPerGroup[ch] = psyOutElement[elementId]->psyOutChannel[ch]->maxSfbPerGroup-1; in FDKaacEnc_reduceMinSnr()
1142 if (maxSfbPerGroup[ch]>=0) { /* sfb in next channel */ in FDKaacEnc_reduceMinSnr()
1144 sfb = maxSfbPerGroup[ch]--; in FDKaacEnc_reduceMinSnr()
1242 for (sfb=psyOutChannel[ch]->maxSfbPerGroup; sfb<psyOutChannel[ch]->sfbPerGroup; sfb++) { in FDKaacEnc_allowMoreHoles()
1251 for (sfb=0; sfb<psyOutChannel[0]->maxSfbPerGroup; sfb++) { in FDKaacEnc_allowMoreHoles()
1312 for (; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_allowMoreHoles()
1347 INT maxSfbPerGroup[2]; in FDKaacEnc_allowMoreHoles() local
1352 maxSfbPerGroup[ch] = psyOutElement[elementId]->psyOutChannel[ch]->maxSfbPerGroup-1; in FDKaacEnc_allowMoreHoles()
1366 if (maxSfbPerGroup[ch]>=startSfb[ch]) { /* sfb in next channel */ in FDKaacEnc_allowMoreHoles()
1367 sfb = maxSfbPerGroup[ch]--; in FDKaacEnc_allowMoreHoles()
1408 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_resetAHFlags()
2301 for (sfb=0; sfb<psyOutElement[i]->psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_AdjustThresholds()