Home
last modified time | relevance | path

Searched refs:max_lookahead (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.cc414 int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
417 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
427 self->near_history_size = max_lookahead + 1; in WebRtc_CreateBinaryDelayEstimator()
432 self->lookahead = max_lookahead; in WebRtc_CreateBinaryDelayEstimator()
439 malloc((max_lookahead + 1) * sizeof(*self->binary_near_history))); in WebRtc_CreateBinaryDelayEstimator()
Ddelay_estimator_wrapper.h117 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead);
Ddelay_estimator.h160 int max_lookahead);
Ddelay_estimator_wrapper.cc276 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead) { in WebRtc_CreateDelayEstimator() argument
289 WebRtc_CreateBinaryDelayEstimator(farend->binary_farend, max_lookahead); in WebRtc_CreateDelayEstimator()