Home
last modified time | relevance | path

Searched refs:WindowGroups (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Dchannelinfo.cpp176 pIcsInfo->WindowGroups = 1; in IcsRead()
184 pIcsInfo->WindowGroups = 0; in IcsRead()
191 pIcsInfo->WindowGroupLength[pIcsInfo->WindowGroups]++; in IcsRead()
193 pIcsInfo->WindowGroups++; in IcsRead()
199 pIcsInfo->WindowGroups++; in IcsRead()
Dchannelinfo.h169 UCHAR WindowGroups; member
534 return pIcsInfo->WindowGroups; in GetWindowGroups()
Dchannel.cpp122 for (group = 0; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; in MapMidSideMaskToPnsCorrelation()