HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowGroups (Results 1 - 7 of 7) sorted by null

  /external/aac/libAACdec/src/
channel.cpp 164 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
173 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
310 GetWindowGroups(&pAacDecoderChannelInfo[0]->icsInfo),
block.cpp 176 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++)
436 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
525 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
channelinfo.h 413 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo)
aacdec_pns.cpp 346 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); group++) {
conceal.cpp 625 for (group=0; group < GetWindowGroups(pIcsInfo); group++)
676 hConcealmentInfo->lastWinGrpLen = *(GetWindowGroupLengthTable(pIcsInfo)+GetWindowGroups(pIcsInfo)-1);
    [all...]
aacdec_hcr.cpp 327 numOfGroups = GetWindowGroups(pIcsInfo);
657 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
    [all...]
rvlc.cpp     [all...]

Completed in 145 milliseconds