OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2652 milliseconds