Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp409 int commonMin; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local
453commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
454 …pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
463commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
464 …pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
476commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], pAacDecoderCha… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
477 …pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
645 int commonMin; in PredictiveInterpolation() local
663commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in PredictiveInterpolation()
664 …pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in PredictiveInterpolation()
[all …]