Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp186 …FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecode… in CJointStereo_ApplyMS()
268 …FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecode… in CJointStereo_ApplyIS()
Drvlcconceal.cpp122 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValFwd()
196 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValBwd()
274 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
411 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
542 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in StatisticalEstimation()
647 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in PredictiveInterpolation()
Dchannelinfo.h391 inline UCHAR GetWindowSequence(const CIcsInfo *pIcsInfo) in GetWindowSequence() function
Drvlc.cpp926 …currentBlockType = (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) ? 0… in rvlcFinalErrorDetection()
1072 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in CRvlc_Read()
1205 …pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousBlockType = (GetWindowSequence(&pAac… in CRvlc_ElementCheck()
Dconceal.cpp674 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo); in CConcealment_Store()