Searched refs:shift (Results 276 - 300 of 1142) sorted by relevance

<<11121314151617181920>>

/external/libhevc/common/arm/
H A Dihevc_itrans_recon_4x4.s72 @ * @param[in] shift
73 @ * output shift
168 vqrshrn.s32 d0,q7,#shift_stage1_idct @pi2_out[0] = clip_s16((e[0] + o[0] + add)>>shift) )
169 vqrshrn.s32 d1,q8,#shift_stage1_idct @pi2_out[1] = clip_s16((e[1] + o[1] + add)>>shift) )
170 vqrshrn.s32 d2,q9,#shift_stage1_idct @pi2_out[2] = clip_s16((e[0] - o[0] + add)>>shift) )
171 vqrshrn.s32 d3,q10,#shift_stage1_idct @pi2_out[3] = clip_s16((e[0] - o[0] + add)>>shift) )
199 vqrshrn.s32 d0,q7,#shift_stage2_idct @pi2_out[0] = clip_s16((e[0] + o[0] + add)>>shift) )
200 vqrshrn.s32 d1,q8,#shift_stage2_idct @pi2_out[1] = clip_s16((e[1] + o[1] + add)>>shift) )
201 vqrshrn.s32 d2,q9,#shift_stage2_idct @pi2_out[2] = clip_s16((e[0] - o[0] + add)>>shift) )
202 vqrshrn.s32 d3,q10,#shift_stage2_idct @pi2_out[3] = clip_s16((e[0] - o[0] + add)>>shift) )
[all...]
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s153 vqshrn.s32 d0,q0,#6 @right shift
154 vqshrn.s32 d30,q4,#6 @right shift
202 vqshrn.s32 d30,q15,#6 @right shift
212 vqshrn.s32 d28,q14,#6 @right shift
224 vqshrn.s32 d26,q13,#6 @right shift
237 vqshrn.s32 d24,q12,#6 @right shift
248 vqshrn.s32 d30,q15,#6 @right shift
260 vqshrn.s32 d28,q14,#6 @right shift
273 vqshrn.s32 d26,q13,#6 @right shift
287 vqshrn.s32 d24,q12,#6 @right shift
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Devent.h30 FX_BOOL shift(OBJ_PROP_PARAMS);
61 JS_STATIC_PROP(shift, event);
/external/speex/libspeex/
H A Dstereo.c154 int shift; local
187 shift = spx_ilog2(largest)-15;
188 largest = VSHR32(largest, shift-4);
189 smallest = VSHR32(smallest, shift);
206 shift = spx_ilog2(e_tot);
207 e_tot = VSHR32(e_tot, shift-25);
208 e_left = VSHR32(e_left, shift-10);
209 e_right = VSHR32(e_right, shift-10);
/external/valgrind/main/none/tests/s390x/
H A Ddfp-2.c10 - shift left/right 64/128 bit
215 int *shift = (int *) amount; local
219 :[in]"f"(in),[amount]"a"(shift));
231 int *shift = (int *) amount; local
235 :[in]"f"(in),[amount]"a"(shift));
247 int *shift = (int *) amount; local
251 :[in]"f"(in),[amount]"a"(shift));
263 int *shift = (int *) amount; local
267 :[in]"f"(in),[amount]"a"(shift));
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set-private.hh42 template <typename mask_t, unsigned int shift>
57 ASSERT_STATIC (shift < sizeof (hb_codepoint_t) * 8);
58 ASSERT_STATIC (shift + num_bits <= sizeof (hb_codepoint_t) * 8);
69 if ((b >> shift) - (a >> shift) >= mask_bits - 1)
85 return ((mask_t) 1) << ((g >> shift) & (mask_bits - 1));
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpackrender.h173 int shift = (64-16) - ((int)(cp) >> (64-6)); \
174 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
178 int shift = (64-32) - ((int)(cp) >> (64-6)); \
179 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
H A Dpacksingle.h99 int shift = (64-16) - ((int)(cp) >> (64-6)); \
100 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
104 int shift = (64-32) - ((int)(cp) >> (64-6)); \
105 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
H A DomxSP_FFTInit_R_F32.c153 int shift = 2; local
158 if (((p_offset[j] << shift) + over - 1) >= fft_size)
161 shift++;
172 int shift = 2; local
177 if (((p_offset[j] << shift) + over - 1) >= fft_size)
180 shift++;
/external/chromium_org/third_party/skia/bench/
H A DRectBench.cpp29 RectBench(int shift, int stroke = 0) argument
30 : fShift(shift)
117 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} argument
127 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding_neon.c35 const int shift) {
44 int32x4_t shift32x4 = vdupq_n_s32(shift);
45 int32x2_t shift32x2 = vdup_n_s32(shift);
102 int32x4_t matrix1_32x4 = vdupq_n_s32(matrix1[matrix1_index] << shift);
118 int32x2_t matrix1_32x2 = vdup_n_s32(matrix1[matrix1_index] << shift);
182 matrix1[matrix1_index] << shift));
25 WebRtcIsacfix_MatrixProduct1Neon(const int16_t matrix0[], const int32_t matrix1[], int32_t matrix_product[], const int matrix1_index_factor1, const int matrix0_index_factor1, const int matrix1_index_init_case, const int matrix1_index_step, const int matrix0_index_step, const int inner_loop_count, const int mid_loop_count, const int shift) argument
/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurax11.cc56 bool shift,
60 window, key, control, shift, alt, command, base::Closure());
66 bool shift,
74 if (shift)
82 ui::XKeysymForWindowsKeyCode(key, shift));
90 if (shift)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A DantRun.bat31 shift
37 shift
41 shift
/external/harfbuzz_ng/src/
H A Dhb-set-private.hh42 template <typename mask_t, unsigned int shift>
57 ASSERT_STATIC (shift < sizeof (hb_codepoint_t) * 8);
58 ASSERT_STATIC (shift + num_bits <= sizeof (hb_codepoint_t) * 8);
69 if ((b >> shift) - (a >> shift) >= mask_bits - 1)
85 return ((mask_t) 1) << ((g >> shift) & (mask_bits - 1));
/external/mesa3d/src/glx/
H A Dpackrender.h173 int shift = (64-16) - ((int)(cp) >> (64-6)); \
174 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
178 int shift = (64-32) - ((int)(cp) >> (64-6)); \
179 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
H A Dpacksingle.h99 int shift = (64-16) - ((int)(cp) >> (64-6)); \
100 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
104 int shift = (64-32) - ((int)(cp) >> (64-6)); \
105 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c56 #define SCALED( x ) ( ( (x) << shift ) - delta )
72 FT_Int shift; local
79 shift = func_interface->shift;
932 FT_Vector in, out, shift; local
970 /* shift only if turn is less than ~160 degrees */
975 /* shift components are aligned along lateral bisector */
977 shift.x = in.y + out.y;
978 shift.y = in.x + out.x;
981 shift
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dkiss_fft.c564 st->shift = 0;
565 while (nfft<<st->shift != base->nfft && st->shift < 32)
566 st->shift++;
567 if (st->shift>=32)
572 st->shift = -1;
601 if (cfg->shift < 0)
616 int shift; local
618 /* st->shift can be -1 */
619 shift
675 int shift; local
[all...]
/external/freetype/src/base/
H A Dftoutln.c56 #define SCALED( x ) ( ( (x) << shift ) - delta )
72 FT_Int shift; local
79 shift = func_interface->shift;
935 FT_Vector in, out, shift; local
973 /* shift only if turn is less than ~160 degrees */
978 /* shift components are aligned along lateral bisector */
980 shift.x = in.y + out.y;
981 shift.y = in.x + out.x;
984 shift
[all...]
/external/libopus/celt/
H A Dkiss_fft.c564 st->shift = 0;
565 while (nfft<<st->shift != base->nfft && st->shift < 32)
566 st->shift++;
567 if (st->shift>=32)
572 st->shift = -1;
601 if (cfg->shift < 0)
616 int shift; local
618 /* st->shift can be -1 */
619 shift
675 int shift; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c56 #define SCALED( x ) ( ( (x) << shift ) - delta )
72 FT_Int shift; local
79 shift = func_interface->shift;
932 FT_Vector in, out, shift; local
970 /* shift only if turn is less than ~160 degrees */
975 /* shift components are aligned along lateral bisector */
977 shift.x = in.y + out.y;
978 shift.y = in.x + out.x;
981 shift
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dwin64-except.c471 int shift; local
495 size = 0; low = 8; high = 128; shift = 3; mask = 0x7;
499 size = 2; low = 136; high = 8*64*1024-8; shift = 3;
501 size = 4; low = high = 0; shift = 0;
506 size = 2; low = 0; high = 8*64*1024-8; shift = 3; mask = 0x7;
509 size = 2; low = 0; high = 16*64*1024-16; shift = 4; mask = 0xF;
512 size = 4; low = high = 0; shift = 0; mask = 0x7;
515 size = 4; low = high = 0; shift = 0; mask = 0xF;
545 code->info = (yasm_intnum_get_uint(intn) >> shift)-1;
551 yasm_intnum_get_sized(intn, buf, size, size*8, -shift,
[all...]
/external/qemu/target-i386/
H A Dops_sse.h40 int shift; local
48 shift = s->B(0);
49 d->W(0) >>= shift;
50 d->W(1) >>= shift;
51 d->W(2) >>= shift;
52 d->W(3) >>= shift;
54 d->W(4) >>= shift;
55 d->W(5) >>= shift;
56 d->W(6) >>= shift;
57 d->W(7) >>= shift;
64 int shift; local
85 int shift; local
109 int shift; local
129 int shift; local
146 int shift; local
166 int shift; local
184 int shift; local
203 int shift, i; local
219 int shift, i; local
845 helper_extrq(uint64_t src, int shift, int len) argument
867 helper_insertq(uint64_t src, int shift, int len) argument
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift){ argument
230 int stages=7-shift;
236 mdct_butterfly_generic(x+(points>>i)*j,points>>i,4<<(i+shift));
250 STIN void mdct_bitreverse(DATA_TYPE *x,int n,int shift){ argument
256 DATA_TYPE *xx = x + (b>>shift);
416 int shift; local
418 for (shift=4;!(n&(1<<shift));shift++);
419 shift
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc27 int shift = 0; local
30 shift += 16;
34 shift += 8;
38 shift += 4;
42 shift += 2;
45 shift += 1;
47 return shift;

Completed in 653 milliseconds

<<11121314151617181920>>