OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_ProcessBinarySpectrum
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h
124
//
WebRtc_ProcessBinarySpectrum
().
212
int
WebRtc_ProcessBinarySpectrum
(BinaryDelayEstimator* self,
216
//
WebRtc_ProcessBinarySpectrum
(...).
228
// function
WebRtc_ProcessBinarySpectrum
(...). The estimation quality is a value
delay_estimator_wrapper.c
443
return
WebRtc_ProcessBinarySpectrum
(self->binary_handle, binary_spectrum);
468
return
WebRtc_ProcessBinarySpectrum
(self->binary_handle, binary_spectrum);
delay_estimator_unittest.cc
165
int delay_1 =
WebRtc_ProcessBinarySpectrum
(binary1, binary_spectrum_[i]);
167
WebRtc_ProcessBinarySpectrum
(binary2,
delay_estimator.c
148
// Validates the |candidate_delay|, estimated in
WebRtc_ProcessBinarySpectrum
(),
216
//
WebRtc_ProcessBinarySpectrum
(). The algorithm takes the
225
//
WebRtc_ProcessBinarySpectrum
().
517
int
WebRtc_ProcessBinarySpectrum
(BinaryDelayEstimator* self,
Completed in 58 milliseconds