ff_lpc_init      1099 libavcodec/aacenc.c     ff_lpc_init(&s->lpc, 2*avctx->frame_size, TNS_MAX_ORDER, FF_LPC_TYPE_LEVINSON);
ff_lpc_init       602 libavcodec/alacenc.c     if ((ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size,
ff_lpc_init        57 libavcodec/cngenc.c     if ((ret = ff_lpc_init(&p->lpc, avctx->frame_size, p->order, FF_LPC_TYPE_LEVINSON)) < 0)
ff_lpc_init       457 libavcodec/flacenc.c     ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size,
ff_lpc_init       221 libavcodec/lpc.c         ff_lpc_init(s, blocksize, max_order, lpc_type);
ff_lpc_init       109 libavcodec/lpc.h int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
ff_lpc_init       732 libavcodec/mlpenc.c     if ((ret = ff_lpc_init(&ctx->lpc_ctx, ctx->number_of_samples,
ff_lpc_init        65 libavcodec/ra144enc.c     ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER,