Searched refs:max_lookahead (Results 1 – 4 of 4) sorted by relevance
414 int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument417 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()
117 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead);
160 int max_lookahead);
276 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead) { in WebRtc_CreateDelayEstimator() argument289 WebRtc_CreateBinaryDelayEstimator(farend->binary_farend, max_lookahead); in WebRtc_CreateDelayEstimator()