webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
residual_energy_FLP.c File Reference
#include "main_FLP.h"

Macros

#define MAX_ITERATIONS_RESIDUAL_NRG   10
 
#define REGULARIZATION_FACTOR   1e-8f
 

Functions

silk_float silk_residual_energy_covar_FLP (const silk_float *c, silk_float *wXX, const silk_float *wXx, const silk_float wxx, const opus_int D)
 
void silk_residual_energy_FLP (silk_float nrgs[MAX_NB_SUBFR], const silk_float x[], silk_float a[2][MAX_LPC_ORDER], const silk_float gains[], const opus_int subfr_length, const opus_int nb_subfr, const opus_int LPC_order)
 

Macro Definition Documentation

◆ MAX_ITERATIONS_RESIDUAL_NRG

#define MAX_ITERATIONS_RESIDUAL_NRG   10

◆ REGULARIZATION_FACTOR

#define REGULARIZATION_FACTOR   1e-8f

Function Documentation

◆ silk_residual_energy_covar_FLP()

silk_float silk_residual_energy_covar_FLP ( const silk_float c,
silk_float wXX,
const silk_float wXx,
const silk_float  wxx,
const opus_int  D 
)

◆ silk_residual_energy_FLP()

void silk_residual_energy_FLP ( silk_float  nrgs[MAX_NB_SUBFR],
const silk_float  x[],
silk_float  a[2][MAX_LPC_ORDER],
const silk_float  gains[],
const opus_int  subfr_length,
const opus_int  nb_subfr,
const opus_int  LPC_order 
)