Searched refs:groupwin (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACdec/src/ |
D | stereo.cpp | 166 for (int groupwin=0; groupwin<pWindowGroupLength[group]; groupwin++, window++) in CJointStereo_ApplyMS() local 241 for (int groupwin=0; groupwin<pWindowGroupLength[group]; groupwin++, window++) in CJointStereo_ApplyIS() local
|
D | block.cpp | 220 int groupwin,group; in CBlock_ScaleSpectralData() local 230 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_ScaleSpectralData() 428 int window, group, groupwin, band; in CBlock_InverseQuantizeSpectralData() local 439 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_InverseQuantizeSpectralData() 508 int window,group,groupwin,groupoffset,band; in CBlock_ReadSpectralData() local 548 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_ReadSpectralData() 550 window = groupoffset + groupwin; in CBlock_ReadSpectralData()
|
D | aacdec_pns.cpp | 347 … for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) { in CPns_Apply() local
|
D | aacdec_hcr.cpp | 627 SCHAR groupwin; in HcrReorderQuantizedSpectralCoefficients() local 666 for (groupwin = 0; groupwin < winGroupLen; groupwin++) { in HcrReorderQuantizedSpectralCoefficients() 667 window = groupoffset + groupwin; in HcrReorderQuantizedSpectralCoefficients()
|