Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter.cc120 float threshold_read = in FetchPreEchoConfiguration() local
123 if (threshold_read < 1.0f && threshold_read > 0.0f) { in FetchPreEchoConfiguration()
124 threshold = threshold_read; in FetchPreEchoConfiguration()
128 << threshold_read << "."; in FetchPreEchoConfiguration()