Searched refs:old_synth (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_acelp.h | 171 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, 189 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch,
|
D | usacdec_acelp.cpp | 1047 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, in Acelp_PreProcessing() argument 1055 FDKmemcpy(synth_buf, old_synth, sizeof(FIXP_DBL) * (PIT_MAX_MAX - BPF_DELAY)); in Acelp_PreProcessing() 1073 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, in Acelp_PostProcessing() argument 1080 FDKmemcpy(old_synth, synth_buf + coreCoderFrameLength, in Acelp_PostProcessing()
|
D | channelinfo.h | 211 FIXP_DBL old_synth[PIT_MAX_MAX - L_SUBFR]; member
|
D | usacdec_lpd.cpp | 1165 FDKmemclear(pAacDecoderStaticChannelInfo->old_synth, in CLpd_Reset() 1166 sizeof(pAacDecoderStaticChannelInfo->old_synth)); in CLpd_Reset() 1701 Acelp_PreProcessing(synth_buf, pAacDecoderStaticChannelInfo->old_synth, pitch, in CLpd_RenderTimeSignal() 2018 Acelp_PostProcessing(synth_buf, pAacDecoderStaticChannelInfo->old_synth, in CLpd_RenderTimeSignal()
|
D | block.cpp | 1194 pWorkBuffer1, pAacDecoderStaticChannelInfo->old_synth, in CBlock_FrequencyToTime()
|