|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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) |
| #define MAX_ITERATIONS_RESIDUAL_NRG 10 |
| #define REGULARIZATION_FACTOR 1e-8f |
| 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 | ||
| ) |
1.8.13