Searched refs:last_delay_probability (Results 1 – 2 of 2) sorted by relevance
176 handle->last_delay_probability = (32 << 9); // 32 in Q9. in WebRtc_InitBinaryDelayEstimator()281 handle->last_delay_probability++; in WebRtc_ProcessBinarySpectrum()287 if (value_best_candidate < handle->last_delay_probability) { in WebRtc_ProcessBinarySpectrum()290 handle->last_delay_probability = value_best_candidate; in WebRtc_ProcessBinarySpectrum()
34 int last_delay_probability; member