Home
last modified time | relevance | path

Searched refs:GetWindowShape (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dstereo.cpp187 …FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChann… in CJointStereo_ApplyMS()
269 …FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChann… in CJointStereo_ApplyIS()
Dblock.cpp697 fr = frameLen - getWindow2Nr(frameLen, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)); in CBlock_FrequencyToTime()
728 FDKgetWindowSlope(fl, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
730 FDKgetWindowSlope(fr, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
Dchannelinfo.h386 inline UCHAR GetWindowShape(const CIcsInfo *pIcsInfo) in GetWindowShape() function
Dconceal.cpp675 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo); in CConcealment_Store()