Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlpc.c222 ff_lpc_init(s, blocksize, max_order, lpc_type); in ff_lpc_calc_coefs()
301 av_cold int ff_lpc_init(LPCContext *s, int blocksize, int max_order, in ff_lpc_init() function
Dcngenc.c57 if ((ret = ff_lpc_init(&p->lpc, avctx->frame_size, p->order, FF_LPC_TYPE_LEVINSON)) < 0) in cng_encode_init()
Dlpc.h109 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
Dra144enc.c65 ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER, in ra144_encode_init()
Dalacenc.c595 if ((ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in alac_encode_init()
Daacenc.c1087 ff_lpc_init(&s->lpc, 2*avctx->frame_size, TNS_MAX_ORDER, FF_LPC_TYPE_LEVINSON); in aac_encode_init()
Dflacenc.c457 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in flac_encode_init()
Dmlpenc.c732 if ((ret = ff_lpc_init(&ctx->lpc_ctx, ctx->number_of_samples, in mlp_encode_init()