Searched refs:old_synth (Results 1 - 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
H A Dusacdec_acelp.h159 * \param[in] old_synth past synthesis of previous LPD frame, exponent =
171 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch,
180 * \param[out] old_synth memory where tail of fullband synth_buf is stored,
189 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch,
H A Dchannelinfo.h211 FIXP_DBL old_synth[PIT_MAX_MAX - L_SUBFR]; member in struct:__anon219
H A Dusacdec_acelp.cpp1047 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, argument
1055 FDKmemcpy(synth_buf, old_synth, sizeof(FIXP_DBL) * (PIT_MAX_MAX - BPF_DELAY));
1073 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, argument
1080 FDKmemcpy(old_synth, synth_buf + coreCoderFrameLength,
H A Dusacdec_lpd.cpp1164 FDKmemclear(pAacDecoderStaticChannelInfo->old_synth,
1165 sizeof(pAacDecoderStaticChannelInfo->old_synth));
1701 Acelp_PreProcessing(synth_buf, pAacDecoderStaticChannelInfo->old_synth, pitch,
2018 Acelp_PostProcessing(synth_buf, pAacDecoderStaticChannelInfo->old_synth,
H A Dblock.cpp1192 pWorkBuffer1, pAacDecoderStaticChannelInfo->old_synth,

Completed in 651 milliseconds