Searched refs:WebRtc_ProcessBinarySpectrum (Results 1 – 4 of 4) sorted by relevance
216 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self,
445 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFix()470 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFloat()
169 int delay_1 = WebRtc_ProcessBinarySpectrum(binary1, binary_spectrum_[i]); in RunBinarySpectra()170 int delay_2 = WebRtc_ProcessBinarySpectrum( in RunBinarySpectra()
525 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self, in WebRtc_ProcessBinarySpectrum() function