Searched refs:ff_lpc_calc_coefs (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lpc.h | 93 int ff_lpc_calc_coefs(LPCContext *s,
|
D | lpc.c | 201 int ff_lpc_calc_coefs(LPCContext *s, in ff_lpc_calc_coefs() function
|
D | ra144enc.c | 473 ff_lpc_calc_coefs(&ractx->lpc_ctx, lpc_data, NBLOCKS * BLOCKSIZE, LPC_ORDER, in ra144_encode_frame()
|
D | alacenc.c | 169 opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, s->sample_buf[ch], in calc_predictor_params()
|
D | flacenc.c | 885 opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, smp, n, min_order, max_order, in encode_residual_ch()
|
D | mlpenc.c | 1410 order = ff_lpc_calc_coefs(&ctx->lpc_ctx, ctx->lpc_sample_buffer, in set_filter_params()
|