Searched refs:lpc_in (Results 1 – 2 of 2) sorted by relevance
69 void bw_lpc(spx_word16_t , const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order);
54 void bw_lpc(spx_word16_t gamma, const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order) in bw_lpc() argument60 lpc_out[i] = MULT16_16_P15(tmp,lpc_in[i]); in bw_lpc()