Searched refs:LLSModel (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlls1.h30 //FIXME avoid direct access to LLSModel from outside
35 typedef struct LLSModel { struct
40 } LLSModel; typedef in typeref:struct:LLSModel
42 void avpriv_init_lls(LLSModel *m, int indep_count);
43 void avpriv_update_lls(LLSModel *m, double *param, double decay);
44 void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order);
45 double avpriv_evaluate_lls(LLSModel *m, double *param, int order);
48 void av_init_lls(LLSModel *m, int indep_count);
49 void av_update_lls(LLSModel *m, double *param, double decay);
50 void av_solve_lls(LLSModel *
[all...]
H A Dlls1.c37 av_cold void avpriv_init_lls(LLSModel *m, int indep_count)
39 memset(m, 0, sizeof(LLSModel));
43 void avpriv_update_lls(LLSModel *m, double *var, double decay)
55 void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order)
112 double avpriv_evaluate_lls(LLSModel *m, double *param, int order)
124 av_cold void av_init_lls(LLSModel *m, int indep_count)
128 void av_update_lls(LLSModel *m, double *param, double decay)
132 void av_solve_lls(LLSModel *m, double threshold, int min_order)
136 double av_evaluate_lls(LLSModel *m, double *param, int order)
152 LLSModel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dlls.h28 //FIXME avoid direct access to LLSModel from outside
33 typedef struct LLSModel{ struct
38 }LLSModel; typedef in typeref:struct:LLSModel
40 void av_init_lls(LLSModel *m, int indep_count);
41 void av_update_lls(LLSModel *m, double *param, double decay);
42 void av_solve_lls(LLSModel *m, double threshold, int min_order);
43 double av_evaluate_lls(LLSModel *m, double *param, int order);
H A Dlls.c33 void av_init_lls(LLSModel *m, int indep_count)
35 memset(m, 0, sizeof(LLSModel));
39 void av_update_lls(LLSModel *m, double *var, double decay)
51 void av_solve_lls(LLSModel *m, double threshold, int min_order)
108 double av_evaluate_lls(LLSModel *m, double *param, int order)
127 LLSModel m;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.c191 LLSModel m[2];

Completed in 62 milliseconds