Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dlls.h38 typedef struct LLSModel { struct
50 void (*update_lls)(struct LLSModel *m, const double *var); argument
57 double (*evaluate_lls)(struct LLSModel *m, const double *var, int order); argument
58 } LLSModel; typedef