Searched refs:NUM_HIGH_BANDS_MAX (Results 1 – 9 of 9) sorted by relevance
62 RingBuffer* nearFrBufH[NUM_HIGH_BANDS_MAX];63 RingBuffer* outFrBufH[NUM_HIGH_BANDS_MAX];68 float dBufH[NUM_HIGH_BANDS_MAX][PART_LEN2]; // nearend
26 #define NUM_HIGH_BANDS_MAX 2 // Max number of high bands macro
1269 float outputH[NUM_HIGH_BANDS_MAX][PART_LEN]; in ProcessBlock()1270 float* outputH_ptr[NUM_HIGH_BANDS_MAX]; in ProcessBlock()1273 for (i = 0; i < NUM_HIGH_BANDS_MAX; ++i) { in ProcessBlock()1443 for (i = 0; i < NUM_HIGH_BANDS_MAX; ++i) { in WebRtcAec_CreateAec()1545 for (i = 0; i < NUM_HIGH_BANDS_MAX; ++i) { in WebRtcAec_FreeAec()1581 for (i = 0; i < NUM_HIGH_BANDS_MAX; ++i) { in WebRtcAec_InitAec()1671 for (i = 0; i < NUM_HIGH_BANDS_MAX; ++i) { in WebRtcAec_InitAec()
17 #define NUM_HIGH_BANDS_MAX 2 // max number of high bands: 2 macro
16 #define NUM_HIGH_BANDS_MAX 2 /* Max number of high bands */ macro
112 float dataBufHB[NUM_HIGH_BANDS_MAX][ANAL_BLOCKL_MAX];
96 int16_t dataBufHBFX[NUM_HIGH_BANDS_MAX][ANAL_BLOCKL_MAX];
112 sizeof(float) * NUM_HIGH_BANDS_MAX * ANAL_BLOCKL_MAX); in WebRtcNs_InitCore()1210 assert((num_bands - 1) <= NUM_HIGH_BANDS_MAX); in WebRtcNs_ProcessCore()
677 NUM_HIGH_BANDS_MAX * ANAL_BLOCKL_MAX); in WebRtcNsx_InitCore()1559 assert((num_bands - 1) <= NUM_HIGH_BANDS_MAX); in WebRtcNsx_ProcessCore()