Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannelinfo.cpp108 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long; in IcsReadMaxSfb()
111 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short; in IcsReadMaxSfb()
115 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands){ in IcsReadMaxSfb()
Dchannelinfo.h166 UCHAR TotalSfBands; member
440 return pIcsInfo->TotalSfBands; in GetScaleFactorBandsTotal()
Dconceal.cpp586 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long; in CConcealment_fakePnsData()
590 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short; in CConcealment_fakePnsData()
593 pIcsInfo->MaxSfBands = pIcsInfo->TotalSfBands; in CConcealment_fakePnsData()