Searched defs:delay_shift (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c194 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift) { argument
197 WebRtc_SoftResetBinaryDelayEstimatorFarend(self->binary_farend, delay_shift);
321 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) { argument
324 return WebRtc_SoftResetBinaryDelayEstimator(self->binary_handle, delay_shift);
H A Ddelay_estimator.c308 BinaryDelayEstimatorFarend* self, int delay_shift) {
309 int abs_shift = abs(delay_shift);
318 if (delay_shift == 0) {
320 } else if (delay_shift > 0) {
322 } else if (delay_shift < 0) {
449 int delay_shift) {
453 self->lookahead -= delay_shift;
307 WebRtc_SoftResetBinaryDelayEstimatorFarend( BinaryDelayEstimatorFarend* self, int delay_shift) argument
448 WebRtc_SoftResetBinaryDelayEstimator(BinaryDelayEstimator* self, int delay_shift) argument

Completed in 79 milliseconds