Searched refs:specScale (Results 1 - 7 of 7) 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));
836 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
903 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++];
955 pAacDecoderChannelInfo->specScale,
1017 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;
652 pAacDecoderChannelInfo[channel]->specScale,
730 pAacDecoderChannelInfo->specScale,
759 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.cpp800 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
H A Daacdecoder.cpp1121 FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.specScale, 8 * sizeof(SHORT));

Completed in 54 milliseconds