Searched refs:delay_shift (Results 1 – 4 of 4) sorted by relevance
49 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift);128 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift);
329 BinaryDelayEstimatorFarend* self, int delay_shift) { in WebRtc_SoftResetBinaryDelayEstimatorFarend() argument330 int abs_shift = abs(delay_shift); in WebRtc_SoftResetBinaryDelayEstimatorFarend()339 if (delay_shift == 0) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()341 } else if (delay_shift > 0) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()343 } else if (delay_shift < 0) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()503 int delay_shift) { in WebRtc_SoftResetBinaryDelayEstimator() argument507 self->lookahead -= delay_shift; in WebRtc_SoftResetBinaryDelayEstimator()
120 BinaryDelayEstimatorFarend* self, int delay_shift);193 int delay_shift);
194 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimatorFarend() argument197 WebRtc_SoftResetBinaryDelayEstimatorFarend(self->binary_farend, delay_shift); in WebRtc_SoftResetDelayEstimatorFarend()324 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimator() argument327 return WebRtc_SoftResetBinaryDelayEstimator(self->binary_handle, delay_shift); in WebRtc_SoftResetDelayEstimator()