Home
last modified time | relevance | path

Searched defs:evaluate_lls (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlls.h57 double (*evaluate_lls)(struct LLSModel *m, const double *var, int order); member
Dlls.c104 static double evaluate_lls(LLSModel *m, const double *param, int order) in evaluate_lls() function