FFmpeg
|
lls.c File Reference
linear least squares model More...
Include dependency graph for lls.c:
Go to the source code of this file.
Functions | |
void | avpriv_init_lls (LLSModel *m, int indep_count) |
void | avpriv_update_lls (LLSModel *m, double *var, double decay) |
void | avpriv_solve_lls (LLSModel *m, double threshold, unsigned short min_order) |
double | avpriv_evaluate_lls (LLSModel *m, double *param, int order) |
void | av_init_lls (LLSModel *m, int indep_count) |
void | av_update_lls (LLSModel *m, double *param, double decay) |
void | av_solve_lls (LLSModel *m, double threshold, int min_order) |
double | av_evaluate_lls (LLSModel *m, double *param, int order) |
Detailed Description
linear least squares model
Definition in file lls.c.
Function Documentation
double av_evaluate_lls | ( | LLSModel * | m, |
double * | param, | ||
int | order | ||
) |
double avpriv_evaluate_lls | ( | LLSModel * | m, |
double * | param, | ||
int | order | ||
) |
Definition at line 109 of file lls.c.
Referenced by av_evaluate_lls(), and ff_lpc_calc_coefs().
Definition at line 34 of file lls.c.
Referenced by av_evaluate_lls(), av_init_lls(), and ff_lpc_calc_coefs().
Definition at line 52 of file lls.c.
Referenced by av_evaluate_lls(), av_solve_lls(), and ff_lpc_calc_coefs().
Definition at line 40 of file lls.c.
Referenced by av_evaluate_lls(), av_update_lls(), and ff_lpc_calc_coefs().
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11