• Home
  • Raw
  • Download

Lines Matching refs:pAacDecoderStaticChannelInfo

756     if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {  in CAacDecoder_Close()
757 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer); in CAacDecoder_Close()
758 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]); in CAacDecoder_Close()
982 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
983 self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch); in CAacDecoder_Init()
984 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
987 …self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size d… in CAacDecoder_Init()
988 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) { in CAacDecoder_Init()
1023 mdct_init( &self->pAacDecoderStaticChannelInfo[ch]->IMdct, in CAacDecoder_Init()
1024 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer, in CAacDecoder_Init()
1029 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[ch]->drcData ); in CAacDecoder_Init()
1033 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_Init()
1127 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_DecodeFrame()
1131 …FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.spectralCoefficient, 1024 * si… in CAacDecoder_DecodeFrame()
1132 … FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.specScale, 8 * sizeof(SHORT)); in CAacDecoder_DecodeFrame()
1134 …FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->IMdct.overlap.freq, OverlapBufferSize*sizeof(F… in CAacDecoder_DecodeFrame()
1198 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1230 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1603 self->pAacDecoderStaticChannelInfo, in CAacDecoder_DecodeFrame()
1634 CConcealment_Apply(&self->pAacDecoderStaticChannelInfo[c]->concealmentInfo, in CAacDecoder_DecodeFrame()
1636 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1647 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[c]->drcData ); in CAacDecoder_DecodeFrame()
1654 &self->pAacDecoderStaticChannelInfo[c]->drcData, in CAacDecoder_DecodeFrame()
1664 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1675 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1688 …FDKmemclear(self->pAacDecoderStaticChannelInfo[c]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_D… in CAacDecoder_DecodeFrame()
1697 self->pAacDecoderStaticChannelInfo, in CAacDecoder_DecodeFrame()