Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c414 self->near_history_size = max_lookahead + 1; in WebRtc_CreateBinaryDelayEstimator()
485 sizeof(uint32_t) * self->near_history_size); in WebRtc_InitBinaryDelayEstimator()
511 if (self->lookahead > self->near_history_size - 1) { in WebRtc_SoftResetBinaryDelayEstimator()
512 self->lookahead = self->near_history_size - 1; in WebRtc_SoftResetBinaryDelayEstimator()
532 if (self->near_history_size > 1) { in WebRtc_ProcessBinarySpectrum()
536 (self->near_history_size - 1) * sizeof(uint32_t)); in WebRtc_ProcessBinarySpectrum()
Ddelay_estimator.h38 int near_history_size; member
Ddelay_estimator_wrapper.c357 if ((lookahead > self->binary_handle->near_history_size - 1) || in WebRtc_set_lookahead()