Linear least squares model. More...
#include <lls.h>
Definition at line 38 of file lls.h.
Referenced by avpriv_solve_lls(), and update_lls().
Definition at line 39 of file lls.h.
Referenced by avpriv_solve_lls(), evaluate_lls(), ff_lpc_calc_coefs(), and main().
Definition at line 40 of file lls.h.
Referenced by avpriv_solve_lls(), and main().
Definition at line 41 of file lls.h.
Referenced by avpriv_init_lls(), avpriv_solve_lls(), ff_init_lls_x86(), and update_lls().
Take the outer-product of var[] with itself, and add to the covariance matrix.
Definition at line 49 of file lls.h.
Referenced by avpriv_init_lls(), ff_init_lls_x86(), ff_lpc_calc_coefs(), and main().
Inner product of var[] and the LPC coefs.
Definition at line 56 of file lls.h.
Referenced by avpriv_init_lls(), ff_init_lls_x86(), ff_lpc_calc_coefs(), and main().