Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp137 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValFwd()
213 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValBwd()
295 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
443 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
Dstereo.cpp1111 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyMS()
1112 GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyMS()
1223 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyIS()
1224 GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyIS()
Drvlc.cpp929 (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) ? 0 in rvlcFinalErrorDetection()
1081 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in CRvlc_Read()
1204 (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == BLOCK_SHORT) in CRvlc_ElementCheck()
Dchannelinfo.h507 inline BLOCK_TYPE GetWindowSequence(const CIcsInfo *pIcsInfo) { in GetWindowSequence() function
Dchannel.cpp504 GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) != in CChannelElement_Read()
569 GetWindowSequence(&pAacDecoderChannelInfo[0]->icsInfo), in CChannelElement_Read()
Dblock.cpp807 (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in CBlock_ApplyNoise()
Dconceal.cpp573 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo); in CConcealment_Store()