Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h212 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self,
Ddelay_estimator_wrapper.c443 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFix()
468 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFloat()
Ddelay_estimator_unittest.cc165 int delay_1 = WebRtc_ProcessBinarySpectrum(binary1, binary_spectrum_[i]); in RunBinarySpectra()
167 WebRtc_ProcessBinarySpectrum(binary2, in RunBinarySpectra()
Ddelay_estimator.c517 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self, in WebRtc_ProcessBinarySpectrum() function