Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp452 …derStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) || (pAacDecoderS… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
454 …aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPrevious… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
462 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
464 …aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPrevious… 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 …aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPrevious… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
662 …derStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) || (pAacDecoderS… in PredictiveInterpolation()
[all …]
Drvlc.cpp940 …elInfo->pDynData->aScaleFactor[bnds] = pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPrevious… in rvlcFinalErrorDetection()
948 …pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = pAacDecoderChannelInfo… in rvlcFinalErrorDetection()
953 pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = ZERO_HCB; in rvlcFinalErrorDetection()
966 …oderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && pAacDecoderSt… in rvlcFinalErrorDetection()
980 …taticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealment && (pAacDecod… in rvlcFinalErrorDetection()
1005 …>conceal_min <= pRvlc->conceal_max) && pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousS… in rvlcFinalErrorDetection()
1006 …&& (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && Co… in rvlcFinalErrorDetection()
1205 …pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousBlockType = (GetWindowSequence(&pAac… in CRvlc_ElementCheck()
1207 …pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousScaleFactorOK = pAacDecoderChannelIn… in CRvlc_ElementCheck()
1210 pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousScaleFactorOK = 0; in CRvlc_ElementCheck()
Dchannelinfo.h196 CConcealmentInfo concealmentInfo; member
Daacdecoder.cpp1095 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_Init()
1190 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_DecodeFrame()
1714 CConcealment_Apply(&self->pAacDecoderStaticChannelInfo[c]->concealmentInfo, in CAacDecoder_DecodeFrame()
Daacdecoder_lib.cpp908 …| (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentInfo.concealState … in aacDecoder_DecodeFrame()