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

  /external/aac/libAACdec/src/
block.cpp 230 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);
channelinfo.h 418 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index)
aacdec_pns.cpp 347 for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) {
aacdec_hcr.cpp 343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
661 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
683 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
    [all...]

Completed in 253 milliseconds