Lines Matching refs:pAacDecoderStaticChannelInfo

215     CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
221 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
240 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
549 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo) { in CConcealment_Store() argument
629 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Store()
633 pAacDecoderStaticChannelInfo->last_tcx_gain; in CConcealment_Store()
635 pAacDecoderStaticChannelInfo->last_tcx_gain_e; in CConcealment_Store()
647 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_Apply() argument
671 pAacDecoderStaticChannelInfo); in CConcealment_Apply()
685 pAacDecoderStaticChannelInfo, samplesPerFrame, in CConcealment_Apply()
692 pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Apply()
693 pAacDecoderStaticChannelInfo->lsf_adaptive_mean, in CConcealment_Apply()
695 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Apply()
696 sizeof(pAacDecoderStaticChannelInfo->lpc4_lsf)); in CConcealment_Apply()
705 FDKmemcpy(pAacDecoderStaticChannelInfo->lpc4_lsf, hConcealmentInfo->lsf4, in CConcealment_Apply()
706 sizeof(pAacDecoderStaticChannelInfo->lpc4_lsf)); in CConcealment_Apply()
708 pAacDecoderStaticChannelInfo->last_tcx_gain = in CConcealment_Apply()
710 pAacDecoderStaticChannelInfo->last_tcx_gain_e = in CConcealment_Apply()
715 pAacDecoderStaticChannelInfo->last_lpd_mode == 0)) { in CConcealment_Apply()
734 pAacDecoderStaticChannelInfo, pSamplingRateInfo, samplesPerFrame, in CConcealment_Apply()
801 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_ApplyNoise() argument
821 /*mode =*/1, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_ApplyNoise()
1328 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_UpdateState() argument
1358 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1383 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1419 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1474 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1673 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_ApplyFadeOut() argument
1694 switch (pAacDecoderStaticChannelInfo->last_lpd_mode) { in CConcealment_ApplyFadeOut()
1858 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo = in CConcealment_TDFading() local
1861 &pAacDecoderStaticChannelInfo->concealmentInfo; in CConcealment_TDFading()