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

  /external/aac/libAACdec/src/
pulsedata.cpp 111 const UINT MaxSfBands =
125 if (PulseData->PulseStartBand >= MaxSfBands) {
channelinfo.h 174 UCHAR MaxSfBands;
434 * MaxSfBands and TotalSfBands
546 return pIcsInfo->MaxSfBands;
551 return fMax(pIcsInfo0->MaxSfBands, pIcsInfo1->MaxSfBands);
channelinfo.cpp 120 pIcsInfo->MaxSfBands = (UCHAR)FDKreadBits(bs, nbits);
122 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands) {
channel.cpp 126 for (UCHAR band = 0; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands;
    [all...]

Completed in 80 milliseconds