ff_lpc_calc_coefs  169 libavcodec/alacenc.c         opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, s->sample_buf[ch],
ff_lpc_calc_coefs  885 libavcodec/flacenc.c     opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, smp, n, min_order, max_order,
ff_lpc_calc_coefs   93 libavcodec/lpc.h int ff_lpc_calc_coefs(LPCContext *s,
ff_lpc_calc_coefs 1410 libavcodec/mlpenc.c         order = ff_lpc_calc_coefs(&ctx->lpc_ctx, ctx->lpc_sample_buffer,
ff_lpc_calc_coefs  476 libavcodec/ra144enc.c     ff_lpc_calc_coefs(&ractx->lpc_ctx, lpc_data, NBLOCKS * BLOCKSIZE, LPC_ORDER,