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

  /external/aac/libAACdec/src/
conceal_types.h 154 SHORT specScale[8];
conceal.cpp 333 pConcealChannelInfo->specScale[i] = 0;
603 | specScale = 22 | specScale = 31 |
660 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
671 FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8*sizeof(SHORT));
679 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8*sizeof(SHORT));
837 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
904 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++];
956 pAacDecoderChannelInfo->specScale,
    [all...]
aacdec_pns.cpp 292 static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int specScale, int noise_e, int out_of_phase)
308 shift = sfExponent - specScale + 1 + noise_e;
block.cpp 219 SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale;
646 pAacDecoderChannelInfo[channel]->specScale,
724 pAacDecoderChannelInfo->specScale,
753 pAacDecoderChannelInfo->specScale[0],
channelinfo.h 275 SHORT specScale[8]; /* Scale shift values of each spectrum window */
aacdec_drc.cpp 872 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
    [all...]

Completed in 2118 milliseconds