Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c62 SpectrumType* threshold_spectrum, in BinarySpectrumFix() argument
77 threshold_spectrum[i].int32_ = (spectrum_q15 >> 1); in BinarySpectrumFix()
86 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_)); in BinarySpectrumFix()
88 if (spectrum_q15 > threshold_spectrum[i].int32_) { in BinarySpectrumFix()
97 SpectrumType* threshold_spectrum, in BinarySpectrumFloat() argument
108 threshold_spectrum[i].float_ = (spectrum[i] / 2); in BinarySpectrumFloat()
116 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_)); in BinarySpectrumFloat()
118 if (spectrum[i] > threshold_spectrum[i].float_) { in BinarySpectrumFloat()