Home
last modified time | relevance | path

Searched refs:binary_near_spectrum (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c518 uint32_t binary_near_spectrum) { in WebRtc_ProcessBinarySpectrum() argument
537 self->binary_near_history[0] = binary_near_spectrum; in WebRtc_ProcessBinarySpectrum()
538 binary_near_spectrum = self->binary_near_history[self->lookahead]; in WebRtc_ProcessBinarySpectrum()
542 BitCountComparison(binary_near_spectrum, self->farend->binary_far_history, in WebRtc_ProcessBinarySpectrum()
Ddelay_estimator.h213 uint32_t binary_near_spectrum);