Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlc_info.h116 INT sf_concealment; /* 1 */ member
Drvlc.cpp967 && pRvlc->sf_concealment && ConcealStatus ) in rvlcFinalErrorDetection()
980 …aticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealment && (pAacDecode… in rvlcFinalErrorDetection()
1005 …&& pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealment in rvlcFinalErrorDetection()
1069 pRvlc->sf_concealment = FDKreadBits(bs,1); /* #1 */ in CRvlc_Read()