Searched refs:mean_bit_counts (Results 1 – 2 of 2) sorted by relevance
139 (self->mean_bit_counts[self->compare_delay] - valley_level_q14) * in UpdateRobustValidationStatistics()393 free(self->mean_bit_counts); in WebRtc_FreeBinaryDelayEstimator()394 self->mean_bit_counts = NULL; in WebRtc_FreeBinaryDelayEstimator()435 self->mean_bit_counts = NULL; in WebRtc_CreateBinaryDelayEstimator()460 self->mean_bit_counts = static_cast<int32_t*>( in WebRtc_AllocateHistoryBufferMemory()461 realloc(self->mean_bit_counts, in WebRtc_AllocateHistoryBufferMemory()462 (history_size + 1) * sizeof(*self->mean_bit_counts))); in WebRtc_AllocateHistoryBufferMemory()468 if ((self->mean_bit_counts == NULL) || (self->bit_counts == NULL) || in WebRtc_AllocateHistoryBufferMemory()475 memset(&self->mean_bit_counts[self->history_size], 0, in WebRtc_AllocateHistoryBufferMemory()476 sizeof(*self->mean_bit_counts) * size_diff); in WebRtc_AllocateHistoryBufferMemory()[all …]
33 int32_t* mean_bit_counts; member