Home
last modified time | relevance | path

Searched refs:lpc_out (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dfilters.h69 void bw_lpc(spx_word16_t , const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order);
Dfilters.c54 void bw_lpc(spx_word16_t gamma, const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order) in bw_lpc() argument
60 lpc_out[i] = MULT16_16_P15(tmp,lpc_in[i]); in bw_lpc()