Searched refs:GetWindowGroups (Results 1 – 7 of 7) sorted by relevance
/external/aac/libAACdec/src/ |
D | channel.cpp | 214 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()
|
D | block.cpp | 175 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()
|
D | aacdec_pns.cpp | 325 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); in CPns_Apply()
|
D | channelinfo.h | 533 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo) { in GetWindowGroups() function
|
D | aacdec_hcr.cpp | 318 numOfGroups = GetWindowGroups(pIcsInfo); in HcrInit() 605 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
|
D | rvlc.cpp | 1069 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()
|
D | conceal.cpp | 578 *(GetWindowGroupLengthTable(pIcsInfo) + GetWindowGroups(pIcsInfo) - 1); in CConcealment_Store()
|