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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 128 decrease_in_last_set = (self->mean_bit_counts[self->compare_delay] -
382 free(self->mean_bit_counts);
383 self->mean_bit_counts = NULL;
422 self->mean_bit_counts = NULL;
444 // The extra array element in |mean_bit_counts| and |histogram| is a dummy
447 self->mean_bit_counts =
448 realloc(self->mean_bit_counts,
449 (history_size + 1) * sizeof(*self->mean_bit_counts));
455 if ((self->mean_bit_counts == NULL) ||
463 memset(&self->mean_bit_counts[self->history_size]
    [all...]
delay_estimator.h 31 int32_t* mean_bit_counts; member in struct:__anon27892

Completed in 150 milliseconds