Searched refs:specScale (Results 1 – 11 of 11) sorted by relevance
/external/aac/libAACdec/src/ |
D | conceal.cpp | 343 pConcealChannelInfo->specScale[i] = 0; in CConcealment_InitChannelData() 558 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Store() 570 FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Store() 579 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8 * sizeof(SHORT)); in CConcealment_Store() 750 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Apply() 765 FDKmemcpy(pSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Apply() 882 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyInter() 905 FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_ApplyInter() 952 &pSpecScale[wnd], &pConcealmentInfo->specScale[wnd], in CConcealment_ApplyInter() 992 &pConcealmentInfo->specScale[0], &pSpecScale[0], &specScaleOut, in CConcealment_ApplyInter() [all …]
|
D | channel.cpp | 209 pAacDecoderChannelInfo[L]->specScale, in CChannelElement_Decode() 210 pAacDecoderChannelInfo[R]->specScale, in CChannelElement_Decode() 282 pAacDecoderChannelInfo[ch]->specScale[0]; in CChannelElement_Decode() 288 pAacDecoderChannelInfo[ch]->specScale[i]; in CChannelElement_Decode() 355 pAacDecoderChannelInfo[L]->specScale, in CChannelElement_Decode() 356 pAacDecoderChannelInfo[R]->specScale, in CChannelElement_Decode()
|
D | aacdec_pns.cpp | 276 int specScale, int noise_e, int out_of_phase) { in ScaleBand() argument 291 shift = sfExponent - specScale + 1 + noise_e; in ScaleBand()
|
D | block.cpp | 223 SHORT *RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale; in CBlock_ScaleSpectralData() 953 pAacDecoderChannelInfo[channel]->specScale, in ApplyTools() 1137 pAacDecoderChannelInfo->specScale, nSpec, in CBlock_FrequencyToTime() 1156 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime() 1228 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime() 1258 pAacDecoderChannelInfo->specScale[0], outSamples, in CBlock_FrequencyToTimeLowDelay()
|
D | stereo.h | 177 SHORT *specScale[2]; member
|
D | conceal_types.h | 163 SHORT specScale[8]; member
|
D | usacdec_lpd.cpp | 830 pAacDecoderChannelInfo->specScale[frame] += tcx_gain_e; in calcTCXGain() 952 int scale = pAacDecoderChannelInfo->specScale[frame]; in CLpd_TcxDecode() 1032 lg, frame, pAacDecoderChannelInfo->specScale + frame, in CLpd_TcxDecode() 1094 pAacDecoderChannelInfo->specScale[frame] = scale; in CLpd_TCX_Read() 1878 pAacDecoderChannelInfo->specScale + k, 1, in CLpd_RenderTimeSignal() 1914 pAacDecoderChannelInfo->specScale + k, 1, lFrame - nrSamples, tl, in CLpd_RenderTimeSignal()
|
D | channelinfo.h | 404 SHORT specScale[8]; /* Scale shift values of each spectrum window */ member
|
D | stereo.cpp | 579 ->pCpeStaticData->jointStereoPersistentData.specScale[L]; in CJointStereo_ApplyMS() 582 ->pCpeStaticData->jointStereoPersistentData.specScale[R]; in CJointStereo_ApplyMS()
|
D | aacdec_drc.cpp | 858 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in aacDecoder_drcApply()
|
D | aacdecoder.cpp | 2230 ->pCpeStaticData->jointStereoPersistentData.specScale[ch2] = in CAacDecoder_Init() 2232 ->concealmentInfo.specScale; in CAacDecoder_Init()
|