Searched refs:ff_lpc_init (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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
|
H A D | cngenc.c | 53 if ((ret = ff_lpc_init(&p->lpc, avctx->frame_size, p->order, FF_LPC_TYPE_LEVINSON)) < 0) in cng_encode_init()
|
H A D | lpc.h | 109 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
|
H A D | ra144enc.c | 62 ret = ff_lpc_init(&ractx->lpc_ctx, avctx->frame_size, LPC_ORDER, in ra144_encode_init()
|
H A D | alacenc.c | 571 if ((ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in alac_encode_init()
|
H A D | flacenc.c | 424 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in flac_encode_init()
|
H A D | aacenc.c | 1093 ff_lpc_init(&s->lpc, 2*avctx->frame_size, TNS_MAX_ORDER, FF_LPC_TYPE_LEVINSON); in aac_encode_init()
|
H A D | mlpenc.c | 677 if ((ret = ff_lpc_init(&ctx->lpc_ctx, ctx->number_of_samples, in mlp_encode_init()
|
Completed in 12 milliseconds