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