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