Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c330 int abs_shift = abs(delay_shift); in WebRtc_SoftResetBinaryDelayEstimatorFarend() local
337 shift_size = self->history_size - abs_shift; in WebRtc_SoftResetBinaryDelayEstimatorFarend()
342 dest_index = abs_shift; in WebRtc_SoftResetBinaryDelayEstimatorFarend()
344 src_index = abs_shift; in WebRtc_SoftResetBinaryDelayEstimatorFarend()
353 sizeof(*self->binary_far_history) * abs_shift); in WebRtc_SoftResetBinaryDelayEstimatorFarend()
358 sizeof(*self->far_bit_counts) * abs_shift); in WebRtc_SoftResetBinaryDelayEstimatorFarend()