• Home
  • Raw
  • Download

Lines Matching refs:pAacDecoderStaticChannelInfo

799                               CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo)  in rvlcFinalErrorDetection()  argument
940 …pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderStaticChannelInfo->concealmentIn… in rvlcFinalErrorDetection()
948pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = pAacDecoderChannelInfo… in rvlcFinalErrorDetection()
953 pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = ZERO_HCB; in rvlcFinalErrorDetection()
966 …&& (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && pA… in rvlcFinalErrorDetection()
969 …onalEstimation_UseScfOfPrevFrameAsReference (pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in rvlcFinalErrorDetection()
980 …&& !(pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealm… in rvlcFinalErrorDetection()
1005 …if ( (pRvlc->conceal_min <= pRvlc->conceal_max) && pAacDecoderStaticChannelInfo->concealmentInfo… in rvlcFinalErrorDetection()
1006 …&& (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && Co… in rvlcFinalErrorDetection()
1008 PredictiveInterpolation(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in rvlcFinalErrorDetection()
1128 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CRvlc_Decode() argument
1161 rvlcFinalErrorDetection(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in CRvlc_Decode()
1175 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in CRvlc_ElementCheck() argument
1183 if (pAacDecoderStaticChannelInfo == NULL) { in CRvlc_ElementCheck()
1205pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousBlockType = (GetWindowSequence(&pAac… in CRvlc_ElementCheck()
1207pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousScaleFactorOK = pAacDecoderChannelIn… in CRvlc_ElementCheck()
1210 pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousScaleFactorOK = 0; in CRvlc_ElementCheck()