Searched defs:lpc_out (Results 1 - 1 of 1) sorted by relevance

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

Completed in 132 milliseconds