Home
last modified time | relevance | path

Searched refs:mean_bit_counts (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c128 decrease_in_last_set = (self->mean_bit_counts[self->compare_delay] - in UpdateRobustValidationStatistics()
382 free(self->mean_bit_counts); in WebRtc_FreeBinaryDelayEstimator()
383 self->mean_bit_counts = NULL; in WebRtc_FreeBinaryDelayEstimator()
422 self->mean_bit_counts = NULL; in WebRtc_CreateBinaryDelayEstimator()
447 self->mean_bit_counts = in WebRtc_AllocateHistoryBufferMemory()
448 realloc(self->mean_bit_counts, in WebRtc_AllocateHistoryBufferMemory()
449 (history_size + 1) * sizeof(*self->mean_bit_counts)); in WebRtc_AllocateHistoryBufferMemory()
455 if ((self->mean_bit_counts == NULL) || in WebRtc_AllocateHistoryBufferMemory()
463 memset(&self->mean_bit_counts[self->history_size], in WebRtc_AllocateHistoryBufferMemory()
465 sizeof(*self->mean_bit_counts) * size_diff); in WebRtc_AllocateHistoryBufferMemory()
[all …]
Ddelay_estimator.h31 int32_t* mean_bit_counts; member