Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannelinfo.h163 UCHAR MaxSfBands; member
430 return pIcsInfo->MaxSfBands; in GetScaleFactorBandsTransmitted()
435 return fMax(pIcsInfo0->MaxSfBands, pIcsInfo1->MaxSfBands); in GetScaleMaxFactorBandsTransmitted()
Dpulsedata.cpp106 const UINT MaxSfBands = GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo); in CPulseData_Read() local
119 if (PulseData->PulseStartBand >= MaxSfBands) { in CPulseData_Read()
Dchannelinfo.cpp113 pIcsInfo->MaxSfBands = (UCHAR) FDKreadBits(bs, nbits); in IcsReadMaxSfb()
115 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands){ in IcsReadMaxSfb()
Dchannel.cpp113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) { in MapMidSideMaskToPnsCorrelation()
Dconceal.cpp593 pIcsInfo->MaxSfBands = pIcsInfo->TotalSfBands; in CConcealment_fakePnsData()