Searched refs:lpc_in (Results 1 – 2 of 2) sorted by relevance
96 static void quantize_lpc_coefs(double *lpc_in, int order, int precision, in quantize_lpc_coefs() argument111 cmax= FFMAX(cmax, fabs(lpc_in[i])); in quantize_lpc_coefs()132 lpc_in[i] *= scale; in quantize_lpc_coefs()139 error -= lpc_in[i] * (1 << sh); in quantize_lpc_coefs()
574 static void bw_lpc(float gamma, const float *lpc_in, in bw_lpc() argument580 lpc_out[i] = tmp * lpc_in[i]; in bw_lpc()