Home
last modified time | relevance | path

Searched refs:GetScaleFactorBandsTransmitted (Results 1 – 9 of 9) sorted by relevance

/external/aac/libAACdec/src/
Dchannel.cpp155 int maxSfBandsL = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo); in CChannelElement_Decode()
156 int maxSfBandsR = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[R]->icsInfo); in CChannelElement_Decode()
174 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
201 int maxSfb = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CChannel_CodebookTableInit()
Dblock.cpp175 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadScaleFactorData()
227 int max_band = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ScaleSpectralData()
296 …UCHAR ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInf… in CBlock_ReadSectionData()
429 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_InverseQuantizeSpectralData()
515 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSpectralData()
Dpulsedata.cpp106 const UINT MaxSfBands = GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo); in CPulseData_Read()
Daacdec_tns.cpp388 GetScaleFactorBandsTransmitted(pIcsInfo) ); in CTns_Apply()
393 GetScaleFactorBandsTransmitted(pIcsInfo) ); in CTns_Apply()
Dchannelinfo.h428 inline UCHAR GetScaleFactorBandsTransmitted(const CIcsInfo *pIcsInfo) in GetScaleFactorBandsTransmitted() function
Daacdec_pns.cpp344 int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(pIcsInfo); in CPns_Apply()
Daacdec_hcr.cpp338 maxBand = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrInit()
658 numSfbTransm = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
Drvlc.cpp1062 pRvlc->maxSfbTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()
Dconceal.cpp627 for (band=0; band < GetScaleFactorBandsTransmitted(pIcsInfo); band++) in CConcealment_fakePnsData()