Searched refs:MaxSfBands (Results 1 – 4 of 4) sorted by relevance
111 const UINT MaxSfBands = in CPulseData_Read() local125 if (PulseData->PulseStartBand >= MaxSfBands) { in CPulseData_Read()
174 UCHAR MaxSfBands; member546 return pIcsInfo->MaxSfBands; in GetScaleFactorBandsTransmitted()551 return fMax(pIcsInfo0->MaxSfBands, pIcsInfo1->MaxSfBands); in GetScaleMaxFactorBandsTransmitted()
120 pIcsInfo->MaxSfBands = (UCHAR)FDKreadBits(bs, nbits); in IcsReadMaxSfb()122 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands) { in IcsReadMaxSfb()
126 for (UCHAR band = 0; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; in MapMidSideMaskToPnsCorrelation()