Searched refs:GetWindowGroups (Results 1 - 7 of 7) sorted by relevance

/external/aac/libAACdec/src/
H A Dchannel.cpp164 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
173 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
310 GetWindowGroups(&pAacDecoderChannelInfo[0]->icsInfo),
H A Dblock.cpp176 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
228 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
297 for (group=0; group<GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
437 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
526 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
H A Dchannelinfo.h413 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo) function
H A Daacdec_pns.cpp346 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); group++) {
H A Dconceal.cpp625 for (group=0; group < GetWindowGroups(pIcsInfo); group++)
676 hConcealmentInfo->lastWinGrpLen = *(GetWindowGroupLengthTable(pIcsInfo)+GetWindowGroups(pIcsInfo)-1);
H A Daacdec_hcr.cpp327 numOfGroups = GetWindowGroups(pIcsInfo);
657 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
H A Drvlc.cpp1061 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);

Completed in 1065 milliseconds