OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:near_history_size
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/utility/
delay_estimator.h
43
int
near_history_size
;
member in struct:__anon28694
delay_estimator.c
123
self->
near_history_size
= lookahead + 1;
145
self->binary_near_history = malloc(self->
near_history_size
*
170
sizeof(uint32_t) * handle->
near_history_size
);
205
if (handle->
near_history_size
> 1) {
210
(handle->
near_history_size
- 1) * sizeof(uint32_t));
213
handle->binary_near_history[handle->
near_history_size
- 1];
Completed in 107 milliseconds