Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h216 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self,
Ddelay_estimator_wrapper.cc445 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFix()
470 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFloat()
Ddelay_estimator_unittest.cc169 int delay_1 = WebRtc_ProcessBinarySpectrum(binary1, binary_spectrum_[i]); in RunBinarySpectra()
170 int delay_2 = WebRtc_ProcessBinarySpectrum( in RunBinarySpectra()
Ddelay_estimator.cc525 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self, in WebRtc_ProcessBinarySpectrum() function