HomeSort by relevance Sort by last modified time
    Searched defs:groupwin (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
block.cpp 220 int groupwin,group; local
230 for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++, window++)
428 int window, group, groupwin, band; local
439 for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++, window++)
508 int window,group,groupwin,groupoffset,band; local
548 for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++
    [all...]
aacdec_hcr.cpp 315 SCHAR groupWin;
344 for (groupWin = winGroupLen; groupWin != 0; groupWin--, window++) {
627 SCHAR groupwin; local
666 for (groupwin = 0; groupwin < winGroupLen; groupwin++) {
667 window = groupoffset + groupwin;
    [all...]

Completed in 53 milliseconds