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

/external/aac/libAACdec/src/
H A Dpulsedata.cpp106 const UINT MaxSfBands = GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo); local
119 if (PulseData->PulseStartBand >= MaxSfBands) {
H A Dchannelinfo.h163 UCHAR MaxSfBands; member in struct:__anon35
304 * \param pIcsInfo IcsInfo structure to read the window sequence and store MaxSfBands and TotalSfBands
430 return pIcsInfo->MaxSfBands;
435 return fMax(pIcsInfo0->MaxSfBands, pIcsInfo1->MaxSfBands);
H A Dchannelinfo.cpp113 pIcsInfo->MaxSfBands = (UCHAR) FDKreadBits(bs, nbits);
115 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands){
H A Dchannel.cpp113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) {
H A Dconceal.cpp593 pIcsInfo->MaxSfBands = pIcsInfo->TotalSfBands;

Completed in 277 milliseconds