|
|
| DECLARE_ALIGNED (32, float, buf)[2048] |
| |
|
| DECLARE_ALIGNED (32, float, coeffs)[CELT_MAX_FRAME_SIZE] |
| |
|
| DECLARE_ALIGNED (32, float, overlap)[FFALIGN(CELT_OVERLAP |
| |
|
| DECLARE_ALIGNED (32, float, samples)[FFALIGN(CELT_MAX_FRAME_SIZE |
| |
|
|
float | energy [CELT_MAX_BANDS] |
| |
|
float | lin_energy [CELT_MAX_BANDS] |
| |
|
float | error_energy [CELT_MAX_BANDS] |
| |
|
float | prev_energy [2][CELT_MAX_BANDS] |
| |
|
uint8_t | collapse_masks [CELT_MAX_BANDS] |
| |
|
int | pf_period_new |
| |
|
float | pf_gains_new [3] |
| |
|
int | pf_period |
| |
|
float | pf_gains [3] |
| |
|
int | pf_period_old |
| |
|
float | pf_gains_old [3] |
| |
|
float | emph_coeff |
| |
The documentation for this struct was generated from the following file: