• Home
  • Raw
  • Download

Lines Matching refs:pAacDecoderStaticChannelInfo

215     CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
221 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
240 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
551 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo) { in CConcealment_Store() argument
631 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Store()
635 pAacDecoderStaticChannelInfo->last_tcx_gain; in CConcealment_Store()
637 pAacDecoderStaticChannelInfo->last_tcx_gain_e; in CConcealment_Store()
649 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_Apply() argument
673 pAacDecoderStaticChannelInfo); in CConcealment_Apply()
687 pAacDecoderStaticChannelInfo, samplesPerFrame, in CConcealment_Apply()
694 pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Apply()
695 pAacDecoderStaticChannelInfo->lsf_adaptive_mean, in CConcealment_Apply()
697 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Apply()
698 sizeof(pAacDecoderStaticChannelInfo->lpc4_lsf)); in CConcealment_Apply()
707 FDKmemcpy(pAacDecoderStaticChannelInfo->lpc4_lsf, hConcealmentInfo->lsf4, in CConcealment_Apply()
708 sizeof(pAacDecoderStaticChannelInfo->lpc4_lsf)); in CConcealment_Apply()
710 pAacDecoderStaticChannelInfo->last_tcx_gain = in CConcealment_Apply()
712 pAacDecoderStaticChannelInfo->last_tcx_gain_e = in CConcealment_Apply()
717 pAacDecoderStaticChannelInfo->last_lpd_mode == 0)) { in CConcealment_Apply()
736 pAacDecoderStaticChannelInfo, pSamplingRateInfo, samplesPerFrame, in CConcealment_Apply()
803 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_ApplyNoise() argument
823 /*mode =*/1, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_ApplyNoise()
1325 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_UpdateState() argument
1355 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1380 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1416 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1471 /*mode =*/0, pConcealmentInfo, pAacDecoderStaticChannelInfo, in CConcealment_UpdateState()
1670 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_ApplyFadeOut() argument
1691 switch (pAacDecoderStaticChannelInfo->last_lpd_mode) { in CConcealment_ApplyFadeOut()
1855 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo = in CConcealment_TDFading() local
1858 &pAacDecoderStaticChannelInfo->concealmentInfo; in CConcealment_TDFading()