Home
last modified time | relevance | path

Searched refs:MAX_DELAY (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_defines.h26 #define MAX_DELAY 100 macro
Daecm_core.h57 uint16_t far_history[PART_LEN1 * MAX_DELAY];
59 int far_q_domains[MAX_DELAY];
Daecm_core.c160 if (self->far_history_pos >= MAX_DELAY) { in WebRtcAecm_UpdateFarHistory()
197 buffer_position += MAX_DELAY; in WebRtcAecm_AlignedFarend()
246 MAX_DELAY); in WebRtcAecm_CreateCore()
436 memset(aecm->far_history, 0, sizeof(uint16_t) * PART_LEN1 * MAX_DELAY); in WebRtcAecm_InitCore()
437 memset(aecm->far_q_domains, 0, sizeof(int) * MAX_DELAY); in WebRtcAecm_InitCore()
438 aecm->far_history_pos = MAX_DELAY; in WebRtcAecm_InitCore()