Home | History | Annotate | Download | only in src

Lines Matching full:paacdecoderstaticchannelinfo

778     if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
779 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) {
780 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer);
782 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
783 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]);
1012 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
1013 self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch);
1014 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
1017 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size depends on the AOT */
1018 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) {
1057 mdct_init( &self->pAacDecoderStaticChannelInfo[ch]->IMdct,
1058 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer,
1063 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[ch]->drcData );
1067 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo,
1161 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo,
1165 FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.spectralCoefficient, 1024 * sizeof(FIXP_CNCL));
1166 FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.specScale, 8 * sizeof(SHORT));
1168 FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->IMdct.overlap.freq, OverlapBufferSize*sizeof(FIXP_DBL));
1232 &self->pAacDecoderStaticChannelInfo[aacChannels],
1264 &self->pAacDecoderStaticChannelInfo[aacChannels],
1645 self->pAacDecoderStaticChannelInfo,
1676 CConcealment_Apply(&self->pAacDecoderStaticChannelInfo[c]->concealmentInfo,
1678 self->pAacDecoderStaticChannelInfo[c],
1689 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[c]->drcData );
1696 &self->pAacDecoderStaticChannelInfo[c]->drcData,
1706 self->pAacDecoderStaticChannelInfo[c],
1717 self->pAacDecoderStaticChannelInfo[c],
1730 FDKmemclear(self->pAacDecoderStaticChannelInfo[c]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_DBL));
1739 self->pAacDecoderStaticChannelInfo,