31 #define MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4)
double covariance[(((32+1)+(4)-1)&~((4)-1))][(((32+1)+(4)-1)&~((4)-1))]
Linear least squares model.
Memory handling functions.
double variance[MAX_VARS]
#define DECLARE_ALIGNED(n, t, v)
Declare a variable that is aligned in memory.
Utility Preprocessor macros.
Libavutil version macros.
typedef void(APIENTRY *FF_PFNGLACTIVETEXTUREPROC)(GLenum texture)
double(* evaluate_lls)(struct LLSModel *m, const double *var, int order)
Inner product of var[] and the LPC coefs.
void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order)
void(* update_lls)(struct LLSModel *m, const double *var)
Take the outer-product of var[] with itself, and add to the covariance matrix.
void avpriv_init_lls(LLSModel *m, int indep_count)
void ff_init_lls_x86(LLSModel *m)