Searched defs:update_lls (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/ | ||
D | lls.h | 50 void (*update_lls)(struct LLSModel *m, const double *var); member |
D | lls.c | 36 static void update_lls(LLSModel *m, const double *var) in update_lls() function |