47 #if FF_API_LLS_PRIVATE double covariance[MAX_VARS+1][MAX_VARS+1]
Linear least squares model.
void av_solve_lls(LLSModel *m, double threshold, int min_order)
double variance[MAX_VARS]
void av_init_lls(LLSModel *m, int indep_count)
double av_evaluate_lls(LLSModel *m, double *param, int order)
double coeff[MAX_VARS][MAX_VARS]
Libavutil version macros.
void av_update_lls(LLSModel *m, double *param, double decay)
void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order)
struct LLSModel LLSModel
Linear least squares model.
void avpriv_init_lls(LLSModel *m, int indep_count)
void avpriv_update_lls(LLSModel *m, double *param, double decay)
double avpriv_evaluate_lls(LLSModel *m, double *param, int order)