HomeSort by relevance Sort by last modified time
    Searched defs:MaxSfBands (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
pulsedata.cpp 106 const UINT MaxSfBands = GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo);
119 if (PulseData->PulseStartBand >= MaxSfBands) {
channelinfo.h 163 UCHAR MaxSfBands;
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 65 milliseconds