3 #ifndef AEC_MEMORY_POOL_H
4 #define AEC_MEMORY_POOL_H
21 complex_s32_t phase_pool_H_hat_X_fifo[((AEC_MAX_Y_CHANNELS*AEC_MAX_X_CHANNELS*AEC_MAIN_FILTER_PHASES) + (AEC_MAX_X_CHANNELS*AEC_MAIN_FILTER_PHASES)) *
AEC_FD_FRAME_LENGTH];
#define AEC_UNUSED_TAPS_PER_PHASE
Definition: aec_defines.h:90
#define AEC_FFT_PADDING
Definition: aec_defines.h:98
#define AEC_PROC_FRAME_LENGTH
Definition: aec_defines.h:59
#define AEC_FRAME_ADVANCE
AEC frame size This is the number of samples of new data that the AEC works on every frame....
Definition: aec_defines.h:53
#define AEC_FD_FRAME_LENGTH
Definition: aec_defines.h:66
Definition: aec_memory_pool.h:9
Definition: aec_memory_pool.h:36
A complex number with a 32-bit real part and 32-bit imaginary part.
Definition: xs3_math_types.h:49