HomeSort by relevance Sort by last modified time
    Searched refs:far_history_pos (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 131 int far_history_pos; member in struct:__anon16660
aecm_core.c 219 self->far_history_pos++;
220 if (self->far_history_pos >= MAX_DELAY) {
221 self->far_history_pos = 0;
224 self->far_q_domains[self->far_history_pos] = far_q;
226 memcpy(&(self->far_history[self->far_history_pos * PART_LEN1]),
251 buffer_position = self->far_history_pos - delay;
600 aecm->far_history_pos = MAX_DELAY;
    [all...]

Completed in 17 milliseconds