Searched refs:ff_lpc_init (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lpc.c | 222 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
|
D | cngenc.c | 57 if ((ret = ff_lpc_init(&p->lpc, avctx->frame_size, p->order, FF_LPC_TYPE_LEVINSON)) < 0) in cng_encode_init()
|
D | lpc.h | 109 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
|
D | ra144enc.c | 65 ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER, in ra144_encode_init()
|
D | alacenc.c | 595 if ((ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in alac_encode_init()
|
D | aacenc.c | 1087 ff_lpc_init(&s->lpc, 2*avctx->frame_size, TNS_MAX_ORDER, FF_LPC_TYPE_LEVINSON); in aac_encode_init()
|
D | flacenc.c | 457 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in flac_encode_init()
|
D | mlpenc.c | 732 if ((ret = ff_lpc_init(&ctx->lpc_ctx, ctx->number_of_samples, in mlp_encode_init()
|