Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dlls.c104 static double evaluate_lls(LLSModel *m, const double *param, int order) in evaluate_lls() function
120 m->evaluate_lls = evaluate_lls; in avpriv_init_lls()
Dlls.h57 double (*evaluate_lls)(struct LLSModel *m, const double *var, int order); member
/third_party/ffmpeg/libavutil/x86/
Dlls_init.c37 m->evaluate_lls = ff_evaluate_lls_sse2; in ff_init_lls_x86()
Dlls.asm256 cglobal evaluate_lls, 3,4,2, ctx, var, order, i
/third_party/ffmpeg/libavutil/tests/
Dlls.c47 eval = m.evaluate_lls(&m, var + 1, order); in main()
/third_party/ffmpeg/libavcodec/
Dlpc.c260 eval= m[pass&1].evaluate_lls(&m[(pass-1)&1], var+1, max_order-1); in ff_lpc_calc_coefs()