ff_lpc_init       595 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       427 libavcodec/flacenc.c     ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size,
ff_lpc_init       191 libavcodec/lpc.c         ff_lpc_init(s, blocksize, max_order, lpc_type);
ff_lpc_init       105 libavcodec/lpc.h int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
ff_lpc_init        65 libavcodec/ra144enc.c     ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER,