Home
last modified time | relevance | path

Searched refs:GetScaleFactorBandOffsets (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Dblock.cpp221 …const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, p… in CBlock_ScaleSpectralData()
286 …const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRa… in CBlock_ReadSectionData()
433 …const SHORT *RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pS… in CBlock_InverseQuantizeSpectralData()
510 …const SHORT *RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pS… in CBlock_ReadSpectralData()
631GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo), in CBlock_ReadSpectralData()
Daacdec_tns.cpp390 start = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[start]; in CTns_Apply()
395 stop = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[stop]; in CTns_Apply()
Dchannel.cpp162GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo), in CChannelElement_Decode()
171GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo), in CChannelElement_Decode()
Dchannelinfo.h396 inline const SHORT *GetScaleFactorBandOffsets(const CIcsInfo *pIcsInfo, const SamplingRateInfo* sam… in GetScaleFactorBandOffsets() function
Daacdec_pns.cpp342 const short *BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); in CPns_Apply()
Daacdec_hcr.cpp326 BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */ in HcrInit()
639 …const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRa… in HcrReorderQuantizedSpectralCoefficients()