Searched refs:syn (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpstfilt.h123 Word16 *syn, /* i/o : synthesis speech (postfiltered is output) */
127 /* filters the signal syn using the parameters in Az_4 to calculate filter
H A Dpstfilt.cpp266 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_subf
439 Post_Filter( Post_FilterState *st, enum Mode mode, Word16 *syn, Word16 *Az_4, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dsp_enc.cpp657 Word16 syn[L_FRAME]; // Buffer for synthesis speech
681 cod_amr(st->cod_amr_state, mode, new_speech, prm, usedMode, syn);
728 Word16 syn[L_FRAME]; /* Buffer for synthesis speech */ local
748 cod_amr(st->cod_amr_state, mode, new_speech, prm, usedMode, syn);

Completed in 123 milliseconds