FFmpeg
|
Go to the source code of this file.
Functions | |
static void | update_lls (LLSModel *m, const double *var) |
void | avpriv_solve_lls (LLSModel *m, double threshold, unsigned short min_order) |
static double | evaluate_lls (LLSModel *m, const double *param, int order) |
av_cold void | avpriv_init_lls (LLSModel *m, int indep_count) |
linear least squares model
Definition in file lls.c.
Definition at line 35 of file lls.c.
Referenced by avpriv_init_lls().
Definition at line 46 of file lls.c.
Referenced by ff_lpc_calc_coefs(), and main().
Definition at line 103 of file lls.c.
Referenced by avpriv_init_lls().