Searched defs:MaxSfBands (Results 1 - 2 of 2) 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);

Completed in 189 milliseconds