Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp637 SHORT *pScaleFacHcr = pAacDecoderChannelInfo->pDynData->aScaleFactor; in HcrReorderQuantizedSpectralCoefficients() local
664 msb = pScaleFacHcr[interm] >> 2; in HcrReorderQuantizedSpectralCoefficients()
665 lsb = pScaleFacHcr[interm] & 3; in HcrReorderQuantizedSpectralCoefficients()