libavutil/lls.c File Reference

linear least squares model More...

#include <math.h>
#include <string.h>
#include "lls.h"

Go to the source code of this file.

Functions

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


Detailed Description

linear least squares model

Definition in file lls.c.


Function Documentation

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

Definition at line 101 of file lls.c.

Referenced by lpc_calc_coefs().

void av_init_lls ( LLSModel m,
int  indep_count 
)

Definition at line 37 of file lls.c.

Referenced by lpc_calc_coefs().

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

Definition at line 54 of file lls.c.

Referenced by lpc_calc_coefs().

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

Definition at line 43 of file lls.c.

Referenced by lpc_calc_coefs().


Generated on Sat Sep 6 21:25:18 2008 for ffmpeg by  doxygen 1.5.6