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

/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.h247 void WebRtc_MeanEstimatorFix(int32_t new_value,
H A Ddelay_estimator.c558 WebRtc_MeanEstimatorFix(bit_count, shifts, &(self->mean_bit_counts[i]));
672 void WebRtc_MeanEstimatorFix(int32_t new_value, function
H A Ddelay_estimator_unittest.cc512 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value);
519 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value);
H A Ddelay_estimator_wrapper.c33 // Calculates the mean recursively. Same version as WebRtc_MeanEstimatorFix(),
86 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_));

Completed in 103 milliseconds