Searched refs:shift_offset (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h143 int shift_offset; member in struct:AecCore
H A Daec_core.c890 // With |shift_offset| we gradually rely on the delay estimates. For
891 // positive delays we reduce the correction by |shift_offset| to lower the
896 delay_correction += delay > self->shift_offset ? self->shift_offset : 1;
897 self->shift_offset--;
898 self->shift_offset = (self->shift_offset <= 1 ? 1 : self->shift_offset);
1631 aec->shift_offset = kInitialShiftOffset;
/external/valgrind/none/tests/ppc32/
H A Djm-insns.c5535 int i, offs, shift_offset = 0; local
5539 shift_offset = 1;
5549 if (shift_offset)
/external/valgrind/none/tests/ppc64/
H A Djm-insns.c5535 int i, offs, shift_offset = 0; local
5539 shift_offset = 1;
5549 if (shift_offset)

Completed in 145 milliseconds