Searched refs:WebRtc_ProcessBinarySpectrum (Results 1 – 4 of 4) sorted by relevance
212 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self,
443 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFix()468 return WebRtc_ProcessBinarySpectrum(self->binary_handle, binary_spectrum); in WebRtc_DelayEstimatorProcessFloat()
165 int delay_1 = WebRtc_ProcessBinarySpectrum(binary1, binary_spectrum_[i]); in RunBinarySpectra()167 WebRtc_ProcessBinarySpectrum(binary2, in RunBinarySpectra()
517 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* self, in WebRtc_ProcessBinarySpectrum() function