Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.cpp345 pConcealChannelInfo->specScale[i] = 0; in CConcealment_InitChannelData()
560 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Store()
572 FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Store()
581 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8 * sizeof(SHORT)); in CConcealment_Store()
752 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Apply()
767 FDKmemcpy(pSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Apply()
884 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyInter()
907 FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_ApplyInter()
954 &pSpecScale[wnd], &pConcealmentInfo->specScale[wnd], in CConcealment_ApplyInter()
994 &pConcealmentInfo->specScale[0], &pSpecScale[0], &specScaleOut, in CConcealment_ApplyInter()
[all …]
Dchannel.cpp209 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()
Daacdec_pns.cpp276 int specScale, int noise_e, int out_of_phase) { in ScaleBand() argument
291 shift = sfExponent - specScale + 1 + noise_e; in ScaleBand()
Dstereo.h177 SHORT *specScale[2]; member
Dconceal_types.h163 SHORT specScale[8]; member
Dblock.cpp223 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()
1229 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime()
1260 pAacDecoderChannelInfo->specScale[0], outSamples, in CBlock_FrequencyToTimeLowDelay()
Dusacdec_lpd.cpp841 pAacDecoderChannelInfo->specScale[frame] += tcx_gain_e; in calcTCXGain()
963 int scale = pAacDecoderChannelInfo->specScale[frame]; in CLpd_TcxDecode()
1043 lg, frame, pAacDecoderChannelInfo->specScale + frame, in CLpd_TcxDecode()
1105 pAacDecoderChannelInfo->specScale[frame] = scale; in CLpd_TCX_Read()
1889 pAacDecoderChannelInfo->specScale + k, 1, in CLpd_RenderTimeSignal()
1925 pAacDecoderChannelInfo->specScale + k, 1, lFrame - nrSamples, tl, in CLpd_RenderTimeSignal()
Dchannelinfo.h404 SHORT specScale[8]; /* Scale shift values of each spectrum window */ member
Dstereo.cpp579 ->pCpeStaticData->jointStereoPersistentData.specScale[L]; in CJointStereo_ApplyMS()
582 ->pCpeStaticData->jointStereoPersistentData.specScale[R]; in CJointStereo_ApplyMS()
Daacdec_drc.cpp860 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in aacDecoder_drcApply()
Daacdecoder.cpp2249 ->pCpeStaticData->jointStereoPersistentData.specScale[ch2] = in CAacDecoder_Init()
2251 ->concealmentInfo.specScale; in CAacDecoder_Init()