HomeSort by relevance Sort by last modified time
    Searched refs:aSfbScale (Results 1 - 5 of 5) sorted by null

  /external/aac/libAACdec/src/
stereo.cpp 170 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];
channelinfo.h 208 SHORT aSfbScale[(8*16)]; /* could be free after ApplyTools() */
block.cpp 218 const SHORT * RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale;
430 SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale;
434 FDKmemclear(pAacDecoderChannelInfo->pDynData->aSfbScale, (8*16)*sizeof(SHORT));
conceal.cpp 947 pAacDecoderChannelInfo->pDynData->aSfbScale,
    [all...]
aacdec_hcr.cpp 638 SHORT *pSfbSclHcr = pAacDecoderChannelInfo->pDynData->aSfbScale;
    [all...]

Completed in 710 milliseconds