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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h 37 uint32_t* binary_near_history; member in struct:__anon27892
delay_estimator.c 388 free(self->binary_near_history);
389 self->binary_near_history = NULL;
425 self->binary_near_history =
426 malloc((max_lookahead + 1) * sizeof(*self->binary_near_history));
427 if (self->binary_near_history == NULL ||
483 memset(self->binary_near_history,
535 memmove(&(self->binary_near_history[1]), &(self->binary_near_history[0]),
537 self->binary_near_history[0] = binary_near_spectrum;
538 binary_near_spectrum = self->binary_near_history[self->lookahead]
    [all...]

Completed in 124 milliseconds