|
FFmpeg
|
linear least squares model More...
Go to the source code of this file.
Functions | |
| void | av_init_lls (LLSModel *m, int indep_count) |
| void | av_update_lls (LLSModel *m, double *var, double decay) |
| void | av_solve_lls (LLSModel *m, double threshold, int min_order) |
| double | av_evaluate_lls (LLSModel *m, double *param, int order) |
linear least squares model
Definition in file lls.c.
Definition at line 33 of file lls.c.
Referenced by ff_lpc_calc_coefs().
Definition at line 39 of file lls.c.
Referenced by ff_lpc_calc_coefs().
Definition at line 51 of file lls.c.
Referenced by ff_lpc_calc_coefs().
| double av_evaluate_lls | ( | LLSModel * | m, |
| double * | param, | ||
| int | order | ||
| ) |
Definition at line 108 of file lls.c.
Referenced by ff_lpc_calc_coefs().
1.8.2