Home
last modified time | relevance | path

Searched refs:ff_lpc_calc_coefs (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlpc.h93 int ff_lpc_calc_coefs(LPCContext *s,
Dlpc.c201 int ff_lpc_calc_coefs(LPCContext *s, in ff_lpc_calc_coefs() function
Dra144enc.c473 ff_lpc_calc_coefs(&ractx->lpc_ctx, lpc_data, NBLOCKS * BLOCKSIZE, LPC_ORDER, in ra144_encode_frame()
Dalacenc.c169 opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, s->sample_buf[ch], in calc_predictor_params()
Dflacenc.c885 opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, smp, n, min_order, max_order, in encode_residual_ch()
Dmlpenc.c1410 order = ff_lpc_calc_coefs(&ctx->lpc_ctx, ctx->lpc_sample_buffer, in set_filter_params()