Home | History | Annotate | Download | only in src

Lines Matching refs:syn

266     syn = pointer to a buffer containing synthesized speech; upon
275 syn buffer contains the post-filtered synthesized speech
293 (1) inverse filtering of syn[] through A(z/0.7) to get res2[]
314 Word16 *syn, // i/o : synthesis speech (postfiltered is output)
338 Copy (syn, syn_work , L_FRAME);
399 Syn_filt (Ap4, st->res2, &syn[i_subfr], L_SUBFR, st->mem_syn_pst, 1);
403 agc (st->agc_state, &syn_work[i_subfr], &syn[i_subfr],
442 Word16 *syn, /* i/o : synthesis speech (postfiltered is output) */
466 Copy(syn, syn_work , L_FRAME);
563 Syn_filt(Ap4, st->res2, &syn[i_subfr], L_SUBFR, st->mem_syn_pst, 1);
567 agc(&(st->agc_state), &syn_work[i_subfr], &syn[i_subfr],