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

  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c 77 if (handle->binary_near_history != NULL) {
78 free(handle->binary_near_history);
79 handle->binary_near_history = NULL;
145 self->binary_near_history = malloc(self->near_history_size *
147 if (self->binary_near_history == NULL) {
169 memset(handle->binary_near_history, 0,
208 memmove(&(handle->binary_near_history[1]),
209 &(handle->binary_near_history[0]),
211 handle->binary_near_history[0] = binary_near_spectrum;
213 handle->binary_near_history[handle->near_history_size - 1]
    [all...]
delay_estimator.h 30 uint32_t* binary_near_history; member in struct:__anon21365

Completed in 354 milliseconds