Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlpc.c96 static void quantize_lpc_coefs(double *lpc_in, int order, int precision, in quantize_lpc_coefs() argument
111 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()
Dspeexdec.c574 static void bw_lpc(float gamma, const float *lpc_in, in bw_lpc() argument
580 lpc_out[i] = tmp * lpc_in[i]; in bw_lpc()