Home
last modified time | relevance | path

Searched refs:NUM_HIGH_BANDS_MAX (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h62 RingBuffer* nearFrBufH[NUM_HIGH_BANDS_MAX];
63 RingBuffer* outFrBufH[NUM_HIGH_BANDS_MAX];
68 float dBufH[NUM_HIGH_BANDS_MAX][PART_LEN2]; // nearend
Daec_core.h26 #define NUM_HIGH_BANDS_MAX 2 // Max number of high bands macro
Daec_core.c1269 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()
/external/webrtc/webrtc/modules/audio_processing/ns/
Ddefines.h17 #define NUM_HIGH_BANDS_MAX 2 // max number of high bands: 2 macro
Dnsx_defines.h16 #define NUM_HIGH_BANDS_MAX 2 /* Max number of high bands */ macro
Dns_core.h112 float dataBufHB[NUM_HIGH_BANDS_MAX][ANAL_BLOCKL_MAX];
Dnsx_core.h96 int16_t dataBufHBFX[NUM_HIGH_BANDS_MAX][ANAL_BLOCKL_MAX];
Dns_core.c112 sizeof(float) * NUM_HIGH_BANDS_MAX * ANAL_BLOCKL_MAX); in WebRtcNs_InitCore()
1210 assert((num_bands - 1) <= NUM_HIGH_BANDS_MAX); in WebRtcNs_ProcessCore()
Dnsx_core.c677 NUM_HIGH_BANDS_MAX * ANAL_BLOCKL_MAX); in WebRtcNsx_InitCore()
1559 assert((num_bands - 1) <= NUM_HIGH_BANDS_MAX); in WebRtcNsx_ProcessCore()