Searched refs:near_history_size (Results 1 – 3 of 3) sorted by relevance
427 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()
40 int near_history_size; member
360 if ((lookahead > self->binary_handle->near_history_size - 1) || in WebRtc_set_lookahead()