Home
last modified time | relevance | path

Searched refs:scaleFactorBandsTotal (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Dconceal.cpp1069 int scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short; in CConcealment_ApplyInter() local
1097 scaleFactorBandsTotal, in CConcealment_ApplyInter()
1104 int scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Long; in CConcealment_ApplyInter() local
1140 scaleFactorBandsTotal, in CConcealment_ApplyInter()
1149 int scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Long; in CConcealment_ApplyInter() local
1197 scaleFactorBandsTotal, in CConcealment_ApplyInter()
1319 int line, sfb, scaleFactorBandsTotal = 0; in CConcealment_CalcBandEnergy() local
1333 scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Long; in CConcealment_CalcBandEnergy()
1336 for (sfb = 0; sfb < scaleFactorBandsTotal; sfb++) { in CConcealment_CalcBandEnergy()
1348 scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short; in CConcealment_CalcBandEnergy()
[all …]