Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dblock.cpp786 int g, win, gwin, sfb, noiseFillingStartOffset, nfStartOffset_sfb; in CBlock_ApplyNoise() local
838 for (gwin = 0; gwin < windowGroupLength; gwin++) { in CBlock_ApplyNoise()
840 ->aSfbScale[(win + gwin) * 16 + sfb] += (noise_offset >> 2); in CBlock_ApplyNoise()
854 for (gwin = 0; gwin < windowGroupLength; gwin++) { in CBlock_ApplyNoise()
856 SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, win + gwin, in CBlock_ApplyNoise()
860 ->aSfbScale[(win + gwin) * 16 + sfb]; in CBlock_ApplyNoise()