Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.cpp333 pConcealChannelInfo->specScale[i] = 0; in CConcealment_InitChannelData()
660 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Store()
671 FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8*sizeof(SHORT)); in CConcealment_Store()
679 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8*sizeof(SHORT)); in CConcealment_Store()
837 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyNoise()
904 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++]; in CConcealment_ApplyNoise()
956 pAacDecoderChannelInfo->specScale, in CConcealment_ApplyNoise()
1018 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyInter()
1043 FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8*sizeof(SHORT)); in CConcealment_ApplyInter()
1093 &pConcealmentInfo->specScale[wnd], in CConcealment_ApplyInter()
[all …]
Daacdec_pns.cpp292 static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int specScale, int noise… in ScaleBand() argument
308 shift = sfExponent - specScale + 1 + noise_e; in ScaleBand()
Dconceal_types.h154 SHORT specScale[8]; member
Dblock.cpp219 SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale; in CBlock_ScaleSpectralData()
645 pAacDecoderChannelInfo[channel]->specScale, in ApplyTools()
723 pAacDecoderChannelInfo->specScale, in CBlock_FrequencyToTime()
752 pAacDecoderChannelInfo->specScale[0], in CBlock_FrequencyToTimeLowDelay()
Dchannelinfo.h275 SHORT specScale[8]; /* Scale shift values of each spectrum window */ member
Daacdec_drc.cpp872 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in aacDecoder_drcApply()