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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.c 159 self->far_history_pos++;
160 if (self->far_history_pos >= MAX_DELAY) {
161 self->far_history_pos = 0;
164 self->far_q_domains[self->far_history_pos] = far_q;
166 memcpy(&(self->far_history[self->far_history_pos * PART_LEN1]),
193 buffer_position = self->far_history_pos - delay;
461 aecm->far_history_pos = MAX_DELAY;
    [all...]
aecm_core.h 58 int far_history_pos; member in struct:__anon20513
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 131 int far_history_pos; member in struct:__anon38061
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 97 milliseconds