Home
last modified time | relevance | path

Searched refs:far_history (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.h57 uint16_t far_history[PART_LEN1 * MAX_DELAY]; member
Daecm_core.c166 memcpy(&(self->far_history[self->far_history_pos * PART_LEN1]), in WebRtcAecm_UpdateFarHistory()
202 return &(self->far_history[buffer_position * PART_LEN1]); in WebRtcAecm_AlignedFarend()
436 memset(aecm->far_history, 0, sizeof(uint16_t) * PART_LEN1 * MAX_DELAY); in WebRtcAecm_InitCore()