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