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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 264 free(self->binary_far_history);
265 self->binary_far_history = NULL;
286 self->binary_far_history = NULL;
299 self->binary_far_history =
300 realloc(self->binary_far_history,
301 history_size * sizeof(*self->binary_far_history));
304 if ((self->binary_far_history == NULL) || (self->far_bit_counts == NULL)) {
310 memset(&self->binary_far_history[self->history_size],
312 sizeof(*self->binary_far_history) * size_diff);
324 memset(self->binary_far_history, 0, sizeof(uint32_t) * self->history_size)
    [all...]
delay_estimator.h 25 uint32_t* binary_far_history; member in struct:__anon27891

Completed in 43 milliseconds