Searched refs:specScale (Results 1 - 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
H A Dconceal_types.h154 SHORT specScale[8]; member in struct:__anon49
H A Dconceal.cpp333 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,
1018 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
[all...]
H A Daacdec_pns.cpp292 static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int specScale, int noise_e, int out_of_phase) argument
308 shift = sfExponent - specScale + 1 + noise_e;
H A Dblock.cpp219 SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale;
646 pAacDecoderChannelInfo[channel]->specScale,
724 pAacDecoderChannelInfo->specScale,
753 pAacDecoderChannelInfo->specScale[0],
H A Dchannelinfo.h275 SHORT specScale[8]; /* Scale shift values of each spectrum window */ member in struct:__anon42
H A Daacdec_drc.cpp872 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;

Completed in 1234 milliseconds