FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | LLSModel2 |
Linear least squares model. More... | |
Macros | |
#define | MAX_VARS 32 |
#define | MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4) |
Functions | |
void | avpriv_init_lls2 (LLSModel2 *m, int indep_count) |
void | ff_init_lls_x86 (LLSModel2 *m) |
void | avpriv_solve_lls2 (LLSModel2 *m, double threshold, unsigned short min_order) |
Definition at line 31 of file lls2.h.
Referenced by avpriv_solve_lls2().
Definition at line 114 of file lls2.c.
Referenced by ff_lpc_calc_coefs().
Definition at line 30 of file lls_init.c.
Referenced by avpriv_init_lls2().
Definition at line 46 of file lls2.c.
Referenced by ff_lpc_calc_coefs().