Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_weighted_pred_uni.s117 .equ shift_offset, 112 define
142 ldr r6,[sp,#shift_offset] @load shift
Dihevc_weighted_pred_bi.s143 .equ shift_offset, 128 define
175 ldr r10,[sp,#shift_offset] @load shift
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c896 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()
Daec_core_internal.h143 int shift_offset; member