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