Searched refs:WebRtc_MeanEstimatorFix (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/utility/ |
D | delay_estimator.h | 247 void WebRtc_MeanEstimatorFix(int32_t new_value,
|
D | delay_estimator_unittest.cc | 512 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value); in TEST_F() 519 WebRtc_MeanEstimatorFix(new_mean_value, 10, &mean_value); in TEST_F()
|
D | delay_estimator.c | 558 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
|
D | delay_estimator_wrapper.c | 86 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_)); in BinarySpectrumFix()
|