Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator.h123 void WebRtc_MeanEstimatorFix(int32_t new_value,
Ddelay_estimator.c235 WebRtc_MeanEstimatorFix(bit_count, shifts, &(handle->mean_bit_counts[i])); in WebRtc_ProcessBinarySpectrum()
307 void WebRtc_MeanEstimatorFix(int32_t new_value, in WebRtc_MeanEstimatorFix() function
Ddelay_estimator_wrapper.c103 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_)); in BinarySpectrumFix()