Lines Matching refs:pAacDecoderStaticChannelInfo

401         CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo  in BidirectionalEstimation_UseScfOfPrevFrameAsReference()  argument
452 …if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) ||… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
454 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
462 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
464 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
471 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
472 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
473 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
474 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB2) ) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
477 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
639 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo in PredictiveInterpolation() argument
662 …if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) ||… in PredictiveInterpolation()
664 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in PredictiveInterpolation()
672 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) { in PredictiveInterpolation()
674 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in PredictiveInterpolation()
682 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB) in PredictiveInterpolation()
683 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB) in PredictiveInterpolation()
684 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB) in PredictiveInterpolation()
685 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB2) ) { in PredictiveInterpolation()
687 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in PredictiveInterpolation()