Searched refs:GetWindowGroupLength (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACdec/src/ |
D | block.cpp | 230 …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()
|
D | channelinfo.h | 418 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) in GetWindowGroupLength() function
|
D | aacdec_pns.cpp | 347 … for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) { in CPns_Apply()
|
D | aacdec_hcr.cpp | 343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrInit() 661 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrReorderQuantizedSpectralCoefficients() 683 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrReorderQuantizedSpectralCoefficients()
|