Home
last modified time | relevance | path

Searched refs:aRvlcScfFwd (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Drvlcconceal.cpp148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
329 …pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannel… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
330 …wd[pRvlc->conceal_min] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
342 …if (pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds] < pAacDecoderChannelInfo->pCom… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
343 …fo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
361 …fo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
432 …pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannel… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
433 …wd[pRvlc->conceal_min] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
[all …]
Dchannelinfo.h255 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */ member
Drvlc.cpp120 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcInit()
429 SHORT* pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcDecodeForward()
940 …o.aRvlcPreviousScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in rvlcFinalErrorDetection()