Home
last modified time | relevance | path

Searched refs:kFractionSlope (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c34 static const float kFractionSlope = 0.05f; variable
196 fraction = 1.f - kFractionSlope * (delay_difference - self->allowed_offset); in HistogramBasedValidation()
201 kFractionSlope * delay_difference; in HistogramBasedValidation()