Searched refs:far_history_pos (Results 1 – 2 of 2) sorted by relevance
219 self->far_history_pos++; in UpdateFarHistory()220 if (self->far_history_pos >= MAX_DELAY) { in UpdateFarHistory()221 self->far_history_pos = 0; in UpdateFarHistory()224 self->far_q_domains[self->far_history_pos] = far_q; in UpdateFarHistory()226 memcpy(&(self->far_history[self->far_history_pos * PART_LEN1]), in UpdateFarHistory()251 buffer_position = self->far_history_pos - delay; in AlignedFarend()600 aecm->far_history_pos = MAX_DELAY; in WebRtcAecm_InitCore()
131 int far_history_pos; member