HomeSort by relevance Sort by last modified time
    Searched refs:WebRtc_MeanEstimatorFix (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.h 123 void WebRtc_MeanEstimatorFix(int32_t new_value,
delay_estimator.c 235 WebRtc_MeanEstimatorFix(bit_count, shifts, &(handle->mean_bit_counts[i]));
307 void WebRtc_MeanEstimatorFix(int32_t new_value,
delay_estimator_wrapper.c 50 // Calculates the mean recursively. Same version as WebRtc_MeanEstimatorFix(),
103 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_));

Completed in 124 milliseconds