Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannel.cpp214 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste, in CChannelElement_Decode()
236 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
362 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste, in CChannelElement_Decode()
552 GetWindowGroups(&pAacDecoderChannelInfo[0]->icsInfo), 0, 64); in CChannelElement_Read()
557 GetWindowGroups(&pAacDecoderChannelInfo[0]->icsInfo), in CChannelElement_Read()
819 g < GetWindowGroups(&pAacDecoderChannelInfo[ch]->icsInfo); in CChannelElement_Read()
Dblock.cpp175 for (group = 0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadScaleFactorData()
233 group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) { in CBlock_ScaleSpectralData()
354 for (group = 0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSectionData()
506 group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) { in CBlock_InverseQuantizeSpectralData()
645 int max_group = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSpectralData()
823 for (g = 0, win = 0; g < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CBlock_ApplyNoise()
Daacdec_pns.cpp325 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); in CPns_Apply()
Dchannelinfo.h533 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo) { in GetWindowGroups() function
Daacdec_hcr.cpp318 numOfGroups = GetWindowGroups(pIcsInfo); in HcrInit()
605 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
Drvlc.cpp1069 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()
Dconceal.cpp578 *(GetWindowGroupLengthTable(pIcsInfo) + GetWindowGroups(pIcsInfo) - 1); in CConcealment_Store()