Searched refs:GetScaleFactorBandOffsets (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACdec/src/ |
D | block.cpp | 221 …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() 631 … GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo), in CBlock_ReadSpectralData()
|
D | aacdec_tns.cpp | 390 start = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[start]; in CTns_Apply() 395 stop = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[stop]; in CTns_Apply()
|
D | channel.cpp | 162 … GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo), in CChannelElement_Decode() 171 … GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo), in CChannelElement_Decode()
|
D | channelinfo.h | 396 inline const SHORT *GetScaleFactorBandOffsets(const CIcsInfo *pIcsInfo, const SamplingRateInfo* sam… in GetScaleFactorBandOffsets() function
|
D | aacdec_pns.cpp | 342 const short *BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); in CPns_Apply()
|
D | aacdec_hcr.cpp | 326 BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */ in HcrInit() 639 …const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRa… in HcrReorderQuantizedSpectralCoefficients()
|