Searched refs:delay_shift (Results 1 – 4 of 4) sorted by relevance
51 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift);130 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift);
123 int delay_shift);197 int delay_shift);
342 int delay_shift) { in WebRtc_SoftResetBinaryDelayEstimatorFarend() argument343 int abs_shift = abs(delay_shift); in WebRtc_SoftResetBinaryDelayEstimatorFarend()352 if (delay_shift == 0) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()354 } else if (delay_shift > 0) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()356 } else if (delay_shift < 0) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()511 int delay_shift) { in WebRtc_SoftResetBinaryDelayEstimator() argument515 self->lookahead -= delay_shift; in WebRtc_SoftResetBinaryDelayEstimator()
197 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimatorFarend() argument200 WebRtc_SoftResetBinaryDelayEstimatorFarend(self->binary_farend, delay_shift); in WebRtc_SoftResetDelayEstimatorFarend()327 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimator() argument330 return WebRtc_SoftResetBinaryDelayEstimator(self->binary_handle, delay_shift); in WebRtc_SoftResetDelayEstimator()