Searched refs:far_history_pos (Results 1 – 2 of 2) sorted by relevance
159 self->far_history_pos++; in WebRtcAecm_UpdateFarHistory()160 if (self->far_history_pos >= MAX_DELAY) { in WebRtcAecm_UpdateFarHistory()161 self->far_history_pos = 0; in WebRtcAecm_UpdateFarHistory()164 self->far_q_domains[self->far_history_pos] = far_q; in WebRtcAecm_UpdateFarHistory()166 memcpy(&(self->far_history[self->far_history_pos * PART_LEN1]), in WebRtcAecm_UpdateFarHistory()193 buffer_position = self->far_history_pos - delay; in WebRtcAecm_AlignedFarend()438 aecm->far_history_pos = MAX_DELAY; in WebRtcAecm_InitCore()
58 int far_history_pos; member