Searched refs:shift_offset (Results 1 – 4 of 4) sorted by relevance
117 .equ shift_offset, 112 define142 ldr r6,[sp,#shift_offset] @load shift
143 .equ shift_offset, 128 define175 ldr r10,[sp,#shift_offset] @load shift
896 delay_correction += delay > self->shift_offset ? self->shift_offset : 1; in SignalBasedDelayCorrection()897 self->shift_offset--; in SignalBasedDelayCorrection()898 self->shift_offset = (self->shift_offset <= 1 ? 1 : self->shift_offset); in SignalBasedDelayCorrection()1631 aec->shift_offset = kInitialShiftOffset; in WebRtcAec_InitAec()
143 int shift_offset; member