Searched refs:specScale (Results 1 – 11 of 11) sorted by relevance
/external/aac/libAACdec/src/ |
D | conceal.cpp | 345 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 …]
|
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 | stereo.h | 177 SHORT *specScale[2]; member
|
D | conceal_types.h | 163 SHORT specScale[8]; member
|
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() 1229 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime() 1260 pAacDecoderChannelInfo->specScale[0], outSamples, in CBlock_FrequencyToTimeLowDelay()
|
D | usacdec_lpd.cpp | 841 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()
|
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 | 860 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in aacDecoder_drcApply()
|
D | aacdecoder.cpp | 2249 ->pCpeStaticData->jointStereoPersistentData.specScale[ch2] = in CAacDecoder_Init() 2251 ->concealmentInfo.specScale; in CAacDecoder_Init()
|