Searched refs:binary_near_history (Results 1 – 2 of 2) sorted by relevance
77 if (handle->binary_near_history != NULL) { in WebRtc_FreeBinaryDelayEstimator()78 free(handle->binary_near_history); in WebRtc_FreeBinaryDelayEstimator()79 handle->binary_near_history = NULL; in WebRtc_FreeBinaryDelayEstimator()145 self->binary_near_history = malloc(self->near_history_size * in WebRtc_CreateBinaryDelayEstimator()147 if (self->binary_near_history == NULL) { in WebRtc_CreateBinaryDelayEstimator()169 memset(handle->binary_near_history, 0, in WebRtc_InitBinaryDelayEstimator()208 memmove(&(handle->binary_near_history[1]), in WebRtc_ProcessBinarySpectrum()209 &(handle->binary_near_history[0]), in WebRtc_ProcessBinarySpectrum()211 handle->binary_near_history[0] = binary_near_spectrum; in WebRtc_ProcessBinarySpectrum()213 handle->binary_near_history[handle->near_history_size - 1]; in WebRtc_ProcessBinarySpectrum()
30 uint32_t* binary_near_history; member