Searched refs:quantize_lpc_coefs (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lpc.c | 96 static void quantize_lpc_coefs(double *lpc_in, int order, int precision, in quantize_lpc_coefs() function 289 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], in ff_lpc_calc_coefs() 293 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], in ff_lpc_calc_coefs()
|