Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannel.cpp164 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
173 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
310 GetWindowGroups(&pAacDecoderChannelInfo[0]->icsInfo), in CChannelElement_Read()
Dblock.cpp176 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadScaleFactorData()
228 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ScaleSpectralData()
297 for (group=0; group<GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadSectionData()
436 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_InverseQuantizeSpectralData()
525 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadSpectralData()
Dchannelinfo.h413 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo) in GetWindowGroups() function
Daacdec_pns.cpp346 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); group++) { in CPns_Apply()
Dconceal.cpp625 for (group=0; group < GetWindowGroups(pIcsInfo); group++) in CConcealment_fakePnsData()
676 …hConcealmentInfo->lastWinGrpLen = *(GetWindowGroupLengthTable(pIcsInfo)+GetWindowGroups(pIcsInfo)… in CConcealment_Store()
Daacdec_hcr.cpp327 numOfGroups = GetWindowGroups(pIcsInfo); in HcrInit()
657 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
Drvlc.cpp1061 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()