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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 267 free(self->far_bit_counts);
268 self->far_bit_counts = NULL;
287 self->far_bit_counts = NULL;
302 self->far_bit_counts = realloc(self->far_bit_counts,
303 history_size * sizeof(*self->far_bit_counts));
304 if ((self->binary_far_history == NULL) || (self->far_bit_counts == NULL)) {
313 memset(&self->far_bit_counts[self->history_size],
315 sizeof(*self->far_bit_counts) * size_diff);
325 memset(self->far_bit_counts, 0, sizeof(int) * self->history_size)
    [all...]
delay_estimator.h 23 int* far_bit_counts; member in struct:__anon44197

Completed in 341 milliseconds