Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h247 void WebRtc_MeanEstimatorFix(int32_t new_value,
Ddelay_estimator.c558 WebRtc_MeanEstimatorFix(bit_count, shifts, &(self->mean_bit_counts[i])); in WebRtc_ProcessBinarySpectrum()
672 void WebRtc_MeanEstimatorFix(int32_t new_value, in WebRtc_MeanEstimatorFix() function
Ddelay_estimator_unittest.cc512 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value); in TEST_F()
519 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value); in TEST_F()
Ddelay_estimator_wrapper.c86 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_)); in BinarySpectrumFix()