Searched refs:shift_offset (Results 1 - 6 of 6) sorted by path

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

Completed in 328 milliseconds