Home | History | Annotate | Download | only in src

Lines Matching full:paacdecoderstaticchannelinfo

756     if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
757 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer);
758 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]);
971 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
972 self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch);
973 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
976 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size depends on the AOT */
977 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) {
1012 mdct_init( &self->pAacDecoderStaticChannelInfo[ch]->IMdct,
1013 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer,
1018 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[ch]->drcData );
1022 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo,
1116 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo,
1120 FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.spectralCoefficient, 1024 * sizeof(FIXP_CNCL));
1121 FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.specScale, 8 * sizeof(SHORT));
1123 FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->IMdct.overlap.freq, OverlapBufferSize*sizeof(FIXP_DBL));
1187 &self->pAacDecoderStaticChannelInfo[aacChannels],
1219 &self->pAacDecoderStaticChannelInfo[aacChannels],
1592 self->pAacDecoderStaticChannelInfo,
1623 CConcealment_Apply(&self->pAacDecoderStaticChannelInfo[c]->concealmentInfo,
1625 self->pAacDecoderStaticChannelInfo[c],
1636 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[c]->drcData );
1643 &self->pAacDecoderStaticChannelInfo[c]->drcData,
1657 self->pAacDecoderStaticChannelInfo[c],
1668 self->pAacDecoderStaticChannelInfo[c],
1680 FDKmemclear(self->pAacDecoderStaticChannelInfo[c]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_DBL));
1689 self->pAacDecoderStaticChannelInfo,