Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c851 int delay_correction = 0; in SignalBasedDelayCorrection() local
895 delay_correction = -delay; in SignalBasedDelayCorrection()
896 delay_correction += delay > self->shift_offset ? self->shift_offset : 1; in SignalBasedDelayCorrection()
899 if (delay_correction > available_read - self->mult - 1) { in SignalBasedDelayCorrection()
902 delay_correction = 0; in SignalBasedDelayCorrection()
919 return delay_correction; in SignalBasedDelayCorrection()