Searched refs:ff_lpc_init (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.h97 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
H A Dlpc.c176 ff_lpc_init(s, blocksize, max_order, lpc_type);
242 av_cold int ff_lpc_init(LPCContext *s, int blocksize, int max_order, function
H A Dalacenc.c482 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, s->max_prediction_order,
H A Dra144enc.c56 ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER,
H A Dflacenc.c442 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcngenc.c57 if ((ret = ff_lpc_init(&p->lpc, avctx->frame_size, p->order, FF_LPC_TYPE_LEVINSON)) < 0)
H A Dlpc.h101 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
H A Dlpc.c191 ff_lpc_init(s, blocksize, max_order, lpc_type);
268 av_cold int ff_lpc_init(LPCContext *s, int blocksize, int max_order, function
H A Dalacenc.c583 if ((ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size,
H A Dra144enc.c65 ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER,
H A Dflacenc.c427 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size,

Completed in 187 milliseconds