Searched refs:leftSpectrum (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
H A Dstereo.cpp169 FIXP_DBL *leftSpectrum, *rightSpectrum; local
173 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
200 FIXP_DBL leftCoefficient = leftSpectrum [index] ;
206 leftSpectrum [index] = leftCoefficient + rightCoefficient ;
243 FIXP_DBL *leftSpectrum, *rightSpectrum; local
248 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
291 rightSpectrum[index] = fMult(leftSpectrum[index],scale);

Completed in 24 milliseconds