6 #include "ic_defines.h"
#define IC_Y_CHANNEL_DELAY_SAMPS
Definition: ic_defines.h:51
#define FFT_PADDING
Definition: ic_defines.h:143
#define IC_X_CHANNELS
Definition: ic_defines.h:109
#define IC_FRAME_LENGTH
Definition: ic_defines.h:117
#define IC_FRAME_ADVANCE
IC new samples frame size This is the number of samples of new data that the IC works on every frame....
Definition: ic_defines.h:126
#define IC_Y_CHANNELS
Definition: ic_defines.h:101
#define IC_FILTER_PHASES
Definition: ic_defines.h:45
#define IC_FD_FRAME_LENGTH
Definition: ic_defines.h:135
int32_t fixed_s32_t
A 32-bit fixed-point scalar.
Definition: xs3_math_types.h:128
[bfp_s16_t]
Definition: xs3_math_types.h:340
A block floating-point vector of 32-bit elements.
Definition: xs3_math_types.h:276
A complex number with a 32-bit real part and 32-bit imaginary part.
Definition: xs3_math_types.h:49
A floating-point scalar with a 32-bit mantissa.
Definition: xs3_math_types.h:167
IC adaption controller configuration structure.
Definition: ic_state.h:67
fixed_s32_t energy_alpha_fast_q30
Definition: ic_state.h:76
uint8_t enable_filter_instability_recovery
Definition: ic_state.h:90
fixed_s32_t energy_alpha_slow_q30
Definition: ic_state.h:74
float_s32_t instability_recovery_leakage_alpha
Definition: ic_state.h:82
uint8_t enable_adaption
Definition: ic_state.h:85
float_s32_t voice_chance_alpha
Definition: ic_state.h:71
float_s32_t leakage_alpha
Definition: ic_state.h:69
float_s32_t out_to_in_ratio_limit
Definition: ic_state.h:80
uint8_t enable_adaption_controller
Definition: ic_state.h:87
IC adaption controller state structure.
Definition: ic_state.h:104
ic_adaption_controller_config_t adaption_controller_config
Definition: ic_state.h:119
float_s32_t output_energy_fast
Definition: ic_state.h:116
float_s32_t output_energy_slow
Definition: ic_state.h:111
float_s32_t input_energy_fast
Definition: ic_state.h:114
float_s32_t input_energy_slow
Definition: ic_state.h:109
float_s32_t smoothed_voice_chance
Definition: ic_state.h:106
IC configuration structure.
Definition: ic_state.h:37
float_s32_t delta
Definition: ic_state.h:51
uint32_t sigma_xx_shift
Definition: ic_state.h:46
int32_t gamma_log2
Definition: ic_state.h:44
uint8_t bypass
Definition: ic_state.h:42
fixed_s32_t ema_alpha_q30
Definition: ic_state.h:48
IC state structure.
Definition: ic_state.h:133
ic_config_params_t config_params
Definition: ic_state.h:226
ic_adaption_controller_state_t ic_adaption_controller_state
Definition: ic_state.h:228
unsigned X_energy_recalc_bin
Definition: ic_state.h:198