Home
last modified time | relevance | path

Searched refs:ScaleFactorBandsTransmitted (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dblock.cpp175 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadScaleFactorData() local
178 for (band=0; band < ScaleFactorBandsTransmitted; band++) in CBlock_ReadScaleFactorData()
296 …UCHAR ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInf… in CBlock_ReadSectionData() local
299 for (band=0; band < ScaleFactorBandsTransmitted; ) in CBlock_ReadSectionData()
428 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_InverseQuantizeSpectralData() local
441 for (band=0; band < ScaleFactorBandsTransmitted; band++) in CBlock_InverseQuantizeSpectralData()
514 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSpectralData() local
527 for (band=0; band < ScaleFactorBandsTransmitted; band++) in CBlock_ReadSpectralData()
Daacdec_pns.cpp344 int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(pIcsInfo); in CPns_Apply() local
350 for (int band = 0 ; band < ScaleFactorBandsTransmitted; band++) { in CPns_Apply()