Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h137 void WebRtc_AddBinaryFarSpectrum(BinaryDelayEstimatorFarend* self,
Ddelay_estimator_wrapper.cc229 WebRtc_AddBinaryFarSpectrum(self->binary_farend, binary_spectrum); in WebRtc_AddFarSpectrumFix()
255 WebRtc_AddBinaryFarSpectrum(self->binary_farend, binary_spectrum); in WebRtc_AddFarSpectrumFloat()
Ddelay_estimator.cc373 void WebRtc_AddBinaryFarSpectrum(BinaryDelayEstimatorFarend* handle, in WebRtc_AddBinaryFarSpectrum() function
Ddelay_estimator_unittest.cc167 WebRtc_AddBinaryFarSpectrum(binary_farend_, in RunBinarySpectra()