Linear least squares model. More...
#include <lls2.h>
Definition at line 39 of file lls2.h.
Referenced by avpriv_solve_lls2(), and update_lls().
Definition at line 40 of file lls2.h.
Referenced by avpriv_solve_lls2(), evaluate_lls(), and ff_lpc_calc_coefs().
Definition at line 41 of file lls2.h.
Referenced by avpriv_solve_lls2().
Definition at line 42 of file lls2.h.
Referenced by avpriv_init_lls2(), avpriv_solve_lls2(), ff_init_lls_x86(), and update_lls().
Take the outer-product of var[] with itself, and add to the covariance matrix.
Definition at line 50 of file lls2.h.
Referenced by avpriv_init_lls2(), ff_init_lls_x86(), and ff_lpc_calc_coefs().
Inner product of var[] and the LPC coefs.
Definition at line 57 of file lls2.h.
Referenced by avpriv_init_lls2(), ff_init_lls_x86(), and ff_lpc_calc_coefs().