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.h124 // WebRtc_ProcessBinarySpectrum().
212 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self,
216 // WebRtc_ProcessBinarySpectrum(...).
228 // function WebRtc_ProcessBinarySpectrum(...). The estimation quality is a value
H A Ddelay_estimator_wrapper.c443 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum);
468 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum);
H A Ddelay_estimator_unittest.cc165 int delay_1 = WebRtc_ProcessBinarySpectrum(binary1, binary_spectrum_[i]);
167 WebRtc_ProcessBinarySpectrum(binary2,
H A Ddelay_estimator.c148 // Validates the |candidate_delay|, estimated in WebRtc_ProcessBinarySpectrum(),
216 // WebRtc_ProcessBinarySpectrum(). The algorithm takes the
225 // WebRtc_ProcessBinarySpectrum().
517 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self, function

Completed in 831 milliseconds