Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_internal.h21 int32_t int32_; member
Ddelay_estimator_wrapper.c77 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()