Searched refs:icsInfo (Results 1 - 9 of 9) sorted by relevance

/external/aac/libAACdec/src/
H A Dchannel.cpp110 for (group = 0 ; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; group++) {
113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) {
155 int maxSfBandsL = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo);
156 int maxSfBandsR = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[R]->icsInfo);
162 GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo),
163 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo),
164 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
171 GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo),
172 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo),
173 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
[all...]
H A Dblock.cpp175 int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
176 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
221 const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
227 int max_band = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
228 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
230 for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++, window++)
286 const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
292 const int nbits = (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3;
296 UCHAR ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
297 for (group=0; group<GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); grou
[all...]
H A Dstereo.cpp186 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo));
187 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo));
268 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo));
269 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo));
H A Drvlcconceal.cpp122 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
196 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
274 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
411 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
542 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
647 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
H A Daacdec_hcr.cpp285 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
306 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block */
338 maxBand = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
619 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo))
639 const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
657 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
658 numSfbTransm = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
661 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
683 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,grou
[all...]
H A Dchannelinfo.h276 CIcsInfo icsInfo; member in struct:__anon42
H A Drvlc.cpp926 currentBlockType = (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) ? 0 : 1;
1061 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
1062 pRvlc->maxSfbTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
1072 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
1205 pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousBlockType = (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == EightShortSequence) ? 0 : 1;
H A Dconceal.cpp661 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape;
838 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
1017 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
H A Daacdec_drc.cpp871 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;

Completed in 2368 milliseconds