libavutil/lls.h File Reference

Go to the source code of this file.

Data Structures

struct  LLSModel
 Linear least squares model. More...

Defines

#define MAX_VARS   32

Functions

void av_init_lls (LLSModel *m, int indep_count)
void av_update_lls (LLSModel *m, double *param, double decay)
void av_solve_lls (LLSModel *m, double threshold, int min_order)
double av_evaluate_lls (LLSModel *m, double *param, int order)


Define Documentation

#define MAX_VARS   32

Definition at line 26 of file lls.h.

Referenced by av_solve_lls().


Function Documentation

double av_evaluate_lls ( LLSModel m,
double *  param,
int  order 
)

Definition at line 97 of file lls.c.

Referenced by ff_lpc_calc_coefs().

void av_init_lls ( LLSModel m,
int  indep_count 
)

Definition at line 33 of file lls.c.

Referenced by ff_lpc_calc_coefs().

void av_solve_lls ( LLSModel m,
double  threshold,
int  min_order 
)

Definition at line 50 of file lls.c.

Referenced by ff_lpc_calc_coefs().

void av_update_lls ( LLSModel m,
double *  param,
double  decay 
)

Definition at line 39 of file lls.c.

Referenced by ff_lpc_calc_coefs().


Generated on Fri Oct 26 02:39:49 2012 for FFmpeg by  doxygen 1.5.8