Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.cc427 self->near_history_size = max_lookahead + 1; in WebRtc_CreateBinaryDelayEstimator()
493 sizeof(uint32_t) * self->near_history_size); in WebRtc_InitBinaryDelayEstimator()
519 if (self->lookahead > self->near_history_size - 1) { in WebRtc_SoftResetBinaryDelayEstimator()
520 self->lookahead = self->near_history_size - 1; in WebRtc_SoftResetBinaryDelayEstimator()
540 if (self->near_history_size > 1) { in WebRtc_ProcessBinarySpectrum()
544 (self->near_history_size - 1) * sizeof(uint32_t)); in WebRtc_ProcessBinarySpectrum()
Ddelay_estimator.h40 int near_history_size; member
Ddelay_estimator_wrapper.cc360 if ((lookahead > self->binary_handle->near_history_size - 1) || in WebRtc_set_lookahead()