Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp143 case ZERO_HCB: in calcRefValFwd()
219 case ZERO_HCB: in calcRefValBwd()
305 case ZERO_HCB: in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
446 case ZERO_HCB: in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
471 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
555 case ZERO_HCB: in StatisticalEstimation()
592 case ZERO_HCB: in StatisticalEstimation()
656 case ZERO_HCB: in PredictiveInterpolation()
682 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB) in PredictiveInterpolation()
Dblock.cpp182 case ZERO_HCB: /* zero book */ in CBlock_ReadScaleFactorData()
450 if ((pCodeBook[bnds] == ZERO_HCB) in CBlock_InverseQuantizeSpectralData()
537 if ( !((currentCB == ZERO_HCB) in CBlock_ReadSpectralData()
Dchannelinfo.h173 ZERO_HCB = 0, enumerator
Drvlc.cpp453 case ZERO_HCB : in rvlcDecodeForward()
673 case ZERO_HCB : in rvlcDecodeBackward()
953 pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = ZERO_HCB; in rvlcFinalErrorDetection()
Dchannel.cpp217 pCodeBook[b] = ZERO_HCB; in CChannel_CodebookTableInit()
Daacdec_hcr.cpp182 if ( cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL ) { in errDetectorInHcrSideinfoShrt()
405 if ( cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL ) { in HcrInit()