Home
last modified time | relevance | path

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

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