Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c21 int32_t int32_; member
94 threshold_spectrum[i].int32_ = (spectrum_q15 >> 1); in BinarySpectrumFix()
103 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_)); in BinarySpectrumFix()
105 if (spectrum_q15 > threshold_spectrum[i].int32_) { in BinarySpectrumFix()