Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp152 case NOISE_HCB: in calcRefValFwd()
228 case NOISE_HCB: in calcRefValBwd()
314 case NOISE_HCB: in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
461 case NOISE_HCB: in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
462 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
472 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
564 case NOISE_HCB: in StatisticalEstimation()
603 case NOISE_HCB: in StatisticalEstimation()
671 case NOISE_HCB: in PredictiveInterpolation()
672 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) { in PredictiveInterpolation()
[all …]
Dblock.cpp201 case NOISE_HCB: /* PNS */ in CBlock_ReadScaleFactorData()
456 if (pCodeBook[bnds] == NOISE_HCB) in CBlock_InverseQuantizeSpectralData()
538 || (currentCB == NOISE_HCB) in CBlock_ReadSpectralData()
Dchannelinfo.h177 NOISE_HCB = 13, enumerator
Drvlc.cpp489 case NOISE_HCB : in rvlcDecodeForward()
711 case NOISE_HCB : in rvlcDecodeBackward()
1082 if (pAacDecoderChannelInfo->pDynData->aCodeBook[16*group+band] == NOISE_HCB) { in CRvlc_Read()
Daacdec_hcr.cpp425 (*pCodeBk == NOISE_HCB) || in HcrInit()