Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dblock.cpp1041 GetWindowShape(&pAacDecoderChannelInfo->icsInfo)); in CBlock_FrequencyToTime()
1142 fr, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
1158 fl, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
1161 fr, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
1230 fl, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
1233 fr, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
Dstereo.cpp1113 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyMS()
1114 GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyMS()
1225 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyIS()
1226 GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyIS()
Dchannelinfo.h503 inline UCHAR GetWindowShape(const CIcsInfo *pIcsInfo) { in GetWindowShape() function
Dusacdec_lpd.cpp1884 GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CLpd_RenderTimeSignal()
1916 GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CLpd_RenderTimeSignal()
1919 GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CLpd_RenderTimeSignal()
Dconceal.cpp574 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo); in CConcealment_Store()