Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h251 void WebRtc_MeanEstimatorFix(int32_t new_value,
Ddelay_estimator.cc566 WebRtc_MeanEstimatorFix(bit_count, shifts, &(self->mean_bit_counts[i])); in WebRtc_ProcessBinarySpectrum()
694 void WebRtc_MeanEstimatorFix(int32_t new_value, in WebRtc_MeanEstimatorFix() function
Ddelay_estimator_unittest.cc510 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value); in TEST_F()
517 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value); in TEST_F()
Ddelay_estimator_wrapper.cc87 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_)); in BinarySpectrumFix()