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

  /external/aac/libAACdec/src/
rvlcconceal.cpp 310 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsFwd;
312 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsBwd;
316 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgFwd;
318 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgBwd;
322 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfFwd;
324 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfBwd;
343 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
345 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
361 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
371 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]
    [all...]
block.cpp 172 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
205 CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, band, group);
431 SHORT *RESTRICT pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
646 pAacDecoderChannelInfo[channel]->pDynData->aScaleFactor,
channelinfo.h 207 SHORT aScaleFactor[(8*16)]; /* Spectral scale factors for each sfb in each window. */
conceal.cpp 948 pAacDecoderChannelInfo->pDynData->aScaleFactor,
957 pAacDecoderChannelInfo->pDynData->aScaleFactor,
    [all...]
stereo.cpp 239 ScaleFactor = &pAacDecoderChannelInfo[R]->pDynData->aScaleFactor[group*16];
rvlc.cpp 122 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
    [all...]
aacdec_hcr.cpp 637 SHORT *pScaleFacHcr = pAacDecoderChannelInfo->pDynData->aScaleFactor;
    [all...]

Completed in 78 milliseconds