Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator.h83 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* handle,
Ddelay_estimator_wrapper.c286 return WebRtc_ProcessBinarySpectrum(self->binary_handle, in WebRtc_DelayEstimatorProcessFix()
323 return WebRtc_ProcessBinarySpectrum(self->binary_handle, in WebRtc_DelayEstimatorProcessFloat()
Ddelay_estimator.c184 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* handle, in WebRtc_ProcessBinarySpectrum() function