Go to the documentation of this file.
   30 #define MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4) 
  
Linear least squares model.
 
void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order)
 
double variance[MAX_VARS]
 
void ff_init_lls_x86(LLSModel *m)
 
void avpriv_init_lls(LLSModel *m, int indep_count)
 
void(* update_lls)(struct LLSModel *m, const double *var)
Take the outer-product of var[] with itself, and add to the covariance matrix.
 
double(* evaluate_lls)(struct LLSModel *m, const double *var, int order)
Inner product of var[] and the LPC coefs.
 
#define DECLARE_ALIGNED(n, t, v)
 
double covariance[(((32+1)+(4) -1)&~((4) -1))][MAX_VARS_ALIGN]
 
double coeff[32][MAX_VARS]