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

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.h123 void WebRtc_MeanEstimatorFix(int32_t new_value,
H A Ddelay_estimator.c235 WebRtc_MeanEstimatorFix(bit_count, shifts, &(handle->mean_bit_counts[i]));
307 void WebRtc_MeanEstimatorFix(int32_t new_value, function
H A Ddelay_estimator_wrapper.c50 // Calculates the mean recursively. Same version as WebRtc_MeanEstimatorFix(),
103 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_));
/external/chromium_org/third_party/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]));
673 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 83 milliseconds