Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlpc.c97 int32_t *lpc_out, int *shift, int min_shift, in quantize_lpc_coefs() argument
117 memset(lpc_out, 0, sizeof(int32_t) * order); in quantize_lpc_coefs()
140 lpc_out[i] = av_clip(lrintf(error), -qmax, qmax); in quantize_lpc_coefs()
141 error -= lpc_out[i]; in quantize_lpc_coefs()