Searched refs:near_history_size (Results 1 – 2 of 2) sorted by relevance
123 self->near_history_size = lookahead + 1; in WebRtc_CreateBinaryDelayEstimator()145 self->binary_near_history = malloc(self->near_history_size * in WebRtc_CreateBinaryDelayEstimator()170 sizeof(uint32_t) * handle->near_history_size); in WebRtc_InitBinaryDelayEstimator()205 if (handle->near_history_size > 1) { in WebRtc_ProcessBinarySpectrum()210 (handle->near_history_size - 1) * sizeof(uint32_t)); in WebRtc_ProcessBinarySpectrum()213 handle->binary_near_history[handle->near_history_size - 1]; in WebRtc_ProcessBinarySpectrum()
43 int near_history_size; member