FFmpeg
Functions
lls.c File Reference
#include <math.h>
#include <string.h>
#include "config.h"
#include "attributes.h"
#include "lls.h"

Go to the source code of this file.

Functions

static void update_lls (LLSModel *m, const double *var)
 
void avpriv_solve_lls (LLSModel *m, double threshold, unsigned short min_order)
 
static double evaluate_lls (LLSModel *m, const double *param, int order)
 
av_cold void avpriv_init_lls (LLSModel *m, int indep_count)
 

Detailed Description

linear least squares model

Definition in file lls.c.

Function Documentation

◆ update_lls()

static void update_lls ( LLSModel m,
const double var 
)
static

Definition at line 35 of file lls.c.

Referenced by avpriv_init_lls().

◆ avpriv_solve_lls()

void avpriv_solve_lls ( LLSModel m,
double  threshold,
unsigned short  min_order 
)

Definition at line 46 of file lls.c.

Referenced by ff_lpc_calc_coefs(), and main().

◆ evaluate_lls()

static double evaluate_lls ( LLSModel m,
const double param,
int  order 
)
static

Definition at line 103 of file lls.c.

Referenced by avpriv_init_lls().

◆ avpriv_init_lls()

av_cold void avpriv_init_lls ( LLSModel m,
int  indep_count 
)

Definition at line 114 of file lls.c.

Referenced by ff_lpc_calc_coefs(), and main().