Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator.c123 self->near_history_size = lookahead + 1; in WebRtc_CreateBinaryDelayEstimator()
145 self->binary_near_history = malloc(self->near_history_size * in WebRtc_CreateBinaryDelayEstimator()
170 sizeof(uint32_t) * handle->near_history_size); in WebRtc_InitBinaryDelayEstimator()
205 if (handle->near_history_size > 1) { in WebRtc_ProcessBinarySpectrum()
210 (handle->near_history_size - 1) * sizeof(uint32_t)); in WebRtc_ProcessBinarySpectrum()
213 handle->binary_near_history[handle->near_history_size - 1]; in WebRtc_ProcessBinarySpectrum()
Ddelay_estimator.h43 int near_history_size; member