Home
last modified time | relevance | path

Searched refs:GetWindowGroupLength (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dblock.cpp230 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_ScaleSpectralData()
438 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_InverseQuantizeSpectralData()
547 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_ReadSpectralData()
582 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in CBlock_ReadSpectralData()
Dchannelinfo.h418 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) in GetWindowGroupLength() function
Daacdec_pns.cpp347 … for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) { in CPns_Apply()
Daacdec_hcr.cpp343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrInit()
661 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrReorderQuantizedSpectralCoefficients()
683 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrReorderQuantizedSpectralCoefficients()