Home | History | Annotate | Download | only in src

Lines Matching refs:pAacDecoderChannelInfo

808     if (self->pAacDecoderChannelInfo[ch] != NULL) {
809 FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]);
1027 if (self->pAacDecoderChannelInfo[ch] == NULL) {
1028 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch);
1031 if (self->pAacDecoderChannelInfo[ch] == NULL) {
1035 self->pAacDecoderChannelInfo[ch]->pDynData = aacDecoderDynamicData;
1036 self->pAacDecoderChannelInfo[ch]->pComData = &self->aacCommonData;
1049 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workBufferCore2[ch*1024];
1052 CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterChannelData, &self->aacCommonData.pnsCurrentSeed, self->aacCommonData.pnsRandomSeed);
1079 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame;
1082 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame / 8;
1250 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels+ch]->data.aac.PnsData,
1251 &self->pAacDecoderChannelInfo[aacChannels+ch]->pComData->pnsInterChannelData);
1257 &self->pAacDecoderChannelInfo[aacChannels],
1278 self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag,
1289 &self->pAacDecoderChannelInfo[aacChannels],
1687 CAacDecoderChannelInfo *pAacDecoderChannelInfo;
1689 /* Select correct pAacDecoderChannelInfo for current channel */
1691 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[c];
1693 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[self->chMapping[c]];
1707 /* Clear pAacDecoderChannelInfo->pSpectralCoefficient because with AACDEC_FLUSH set it contains undefined data. */
1708 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSamplesPerFrame);
1715 pAacDecoderChannelInfo,
1735 pAacDecoderChannelInfo,
1743 switch (pAacDecoderChannelInfo->renderMode)
1748 pAacDecoderChannelInfo,
1760 pAacDecoderChannelInfo,
1772 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSamplesPerFrame);