Lines Matching refs:synth
808 static void postfilter(WMAVoiceContext *s, const float *synth, in postfilter() argument
820 ff_celp_lp_zero_synthesis_filterf(zero_exc_pf, lpcs, synth, size, s->lsps); in postfilter()
834 adaptive_gain_control(samples, synth_pf, synth, size, 0.99, in postfilter()
1447 float *excitation, float *synth) in synth_block() argument
1467 ff_celp_lp_synthesis_filterf(synth, lpcs, excitation, size, s->lsps); in synth_block()
1487 float *excitation, float *synth) in synth_frame() argument
1604 &synth[n * block_nsamples]); in synth_frame()
1616 postfilter(s, synth, samples, 80, lpcs, in synth_frame()
1623 postfilter(s, &synth[80], &samples[80], 80, lpcs, in synth_frame()
1627 memcpy(samples, synth, 160 * sizeof(synth[0])); in synth_frame()
1716 float synth[MAX_LSPS + MAX_SFRAMESIZE]; in synth_superframe() local
1719 memcpy(synth, s->synth_history, in synth_superframe()
1720 s->lsps * sizeof(*synth)); in synth_superframe()
1800 &synth[s->lsps + n * MAX_FRAMESIZE]))) { in synth_superframe()
1824 memcpy(s->synth_history, &synth[MAX_SFRAMESIZE], in synth_superframe()
1825 s->lsps * sizeof(*synth)); in synth_superframe()