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

/external/aac/libAACdec/src/
H A Dblock.cpp230 for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++, window++)
439 for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++, window++)
548 for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++)
583 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
H A Dchannelinfo.h418 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) function
H A Daacdec_pns.cpp347 for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) {
H A Daacdec_hcr.cpp343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
661 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
683 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);

Completed in 357 milliseconds