Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.cc63 SpectrumType* threshold_spectrum, in BinarySpectrumFix() argument
78 threshold_spectrum[i].int32_ = (spectrum_q15 >> 1); in BinarySpectrumFix()
87 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_)); in BinarySpectrumFix()
89 if (spectrum_q15 > threshold_spectrum[i].int32_) { in BinarySpectrumFix()
98 SpectrumType* threshold_spectrum, in BinarySpectrumFloat() argument
109 threshold_spectrum[i].float_ = (spectrum[i] / 2); in BinarySpectrumFloat()
117 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_)); in BinarySpectrumFloat()
119 if (spectrum[i] > threshold_spectrum[i].float_) { in BinarySpectrumFloat()