FFmpeg
|
linear least squares model More...
#include <math.h>
#include <string.h>
#include "attributes.h"
#include "version.h"
#include "lls2.h"
Go to the source code of this file.
Functions | |
static void | update_lls (LLSModel2 *m, double *var) |
void | avpriv_solve_lls2 (LLSModel2 *m, double threshold, unsigned short min_order) |
static double | evaluate_lls (LLSModel2 *m, double *param, int order) |
av_cold void | avpriv_init_lls2 (LLSModel2 *m, int indep_count) |
linear least squares model
Definition in file lls2.c.
Definition at line 35 of file lls2.c.
Referenced by avpriv_init_lls2().
Definition at line 46 of file lls2.c.
Referenced by ff_lpc_calc_coefs().
|
static |
Definition at line 103 of file lls2.c.
Referenced by avpriv_init_lls2().