OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:far_history
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.h
56
// TODO(bjornv): Replace |
far_history
| with ring_buffer.
57
uint16_t
far_history
[PART_LEN1 * MAX_DELAY];
member in struct:__anon20513
aecm_core.c
166
memcpy(&(self->
far_history
[self->far_history_pos * PART_LEN1]),
202
return &(self->
far_history
[buffer_position * PART_LEN1]);
459
memset(aecm->
far_history
, 0, sizeof(uint16_t) * PART_LEN1 * MAX_DELAY);
[
all
...]
Completed in 1039 milliseconds