Searched refs:WebRtc_ProcessBinarySpectrum (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.h83 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* handle,
88 // WebRtc_ProcessBinarySpectrum(...).
H A Ddelay_estimator_wrapper.c286 return WebRtc_ProcessBinarySpectrum(self->binary_handle,
323 return WebRtc_ProcessBinarySpectrum(self->binary_handle,
H A Ddelay_estimator.c184 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* handle, function
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.h110 // WebRtc_ProcessBinarySpectrum().
184 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self,
188 // WebRtc_ProcessBinarySpectrum(...).
200 // function WebRtc_ProcessBinarySpectrum(...). The estimation quality is a value
H A Ddelay_estimator_wrapper.c417 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum);
442 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum);
H A Ddelay_estimator_unittest.cc162 int delay_1 = WebRtc_ProcessBinarySpectrum(binary1, binary_spectrum_[i]);
164 WebRtc_ProcessBinarySpectrum(binary2,
H A Ddelay_estimator.c147 // Validates the |candidate_delay|, estimated in WebRtc_ProcessBinarySpectrum(),
215 // WebRtc_ProcessBinarySpectrum(). The algorithm takes the
224 // WebRtc_ProcessBinarySpectrum().
463 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self, function

Completed in 176 milliseconds