FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
lls2.h File Reference
#include "common.h"
#include "mem.h"
#include "version.h"

Go to the source code of this file.

Data Structures

struct  LLSModel2
 Linear least squares model. More...
 

Macros

#define MAX_VARS   32
 
#define MAX_VARS_ALIGN   FFALIGN(MAX_VARS+1,4)
 

Functions

void avpriv_init_lls2 (LLSModel2 *m, int indep_count)
 
void ff_init_lls_x86 (LLSModel2 *m)
 
void avpriv_solve_lls2 (LLSModel2 *m, double threshold, unsigned short min_order)
 

Macro Definition Documentation

#define MAX_VARS   32

Definition at line 30 of file lls2.h.

#define MAX_VARS_ALIGN   FFALIGN(MAX_VARS+1,4)

Definition at line 31 of file lls2.h.

Referenced by avpriv_solve_lls2().

Function Documentation

void avpriv_init_lls2 ( LLSModel2 m,
int  indep_count 
)

Definition at line 114 of file lls2.c.

Referenced by ff_lpc_calc_coefs().

void ff_init_lls_x86 ( LLSModel2 m)

Definition at line 30 of file lls_init.c.

Referenced by avpriv_init_lls2().

void avpriv_solve_lls2 ( LLSModel2 m,
double  threshold,
unsigned short  min_order 
)

Definition at line 46 of file lls2.c.

Referenced by ff_lpc_calc_coefs().