Lines Matching refs:synth
806 static void postfilter(WMAVoiceContext *s, const float *synth, in postfilter() argument
818 ff_celp_lp_zero_synthesis_filterf(zero_exc_pf, lpcs, synth, size, s->lsps); in postfilter()
832 adaptive_gain_control(samples, synth_pf, synth, size, 0.99, in postfilter()
1445 float *excitation, float *synth) in synth_block() argument
1465 ff_celp_lp_synthesis_filterf(synth, lpcs, excitation, size, s->lsps); in synth_block()
1485 float *excitation, float *synth) in synth_frame() argument
1602 &synth[n * block_nsamples]); in synth_frame()
1614 postfilter(s, synth, samples, 80, lpcs, in synth_frame()
1621 postfilter(s, &synth[80], &samples[80], 80, lpcs, in synth_frame()
1625 memcpy(samples, synth, 160 * sizeof(synth[0])); in synth_frame()
1714 float synth[MAX_LSPS + MAX_SFRAMESIZE]; in synth_superframe() local
1717 memcpy(synth, s->synth_history, in synth_superframe()
1718 s->lsps * sizeof(*synth)); in synth_superframe()
1798 &synth[s->lsps + n * MAX_FRAMESIZE]))) { in synth_superframe()
1822 memcpy(s->synth_history, &synth[MAX_SFRAMESIZE], in synth_superframe()
1823 s->lsps * sizeof(*synth)); in synth_superframe()