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

/external/aac/libAACdec/src/
H A Dstereo.cpp170 SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16];
171 SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16];
244 SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16];
245 SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16];
H A Dchannelinfo.h208 SHORT aSfbScale[(8*16)]; /* could be free after ApplyTools() */ member in struct:__anon38
H A Dblock.cpp218 const SHORT * RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale;
431 SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale;
435 FDKmemclear(pAacDecoderChannelInfo->pDynData->aSfbScale, (8*16)*sizeof(SHORT));
H A Dconceal.cpp947 pAacDecoderChannelInfo->pDynData->aSfbScale,
H A Daacdec_hcr.cpp638 SHORT *pSfbSclHcr = pAacDecoderChannelInfo->pDynData->aSfbScale;

Completed in 1028 milliseconds