Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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
H A Dcngenc.c53 if ((ret = ff_lpc_init(&p->lpc, avctx->frame_size, p->order, FF_LPC_TYPE_LEVINSON)) < 0) in cng_encode_init()
H A Dlpc.h109 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
H A Dra144enc.c62 ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER, in ra144_encode_init()
H A Dalacenc.c571 if ((ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in alac_encode_init()
H A Dflacenc.c424 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in flac_encode_init()
H A Daacenc.c1093 ff_lpc_init(&s->lpc, 2*avctx->frame_size, TNS_MAX_ORDER, FF_LPC_TYPE_LEVINSON); in aac_encode_init()
H A Dmlpenc.c677 if ((ret = ff_lpc_init(&ctx->lpc_ctx, ctx->number_of_samples, in mlp_encode_init()

Completed in 12 milliseconds