Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 1157) sorted by relevance

12345678910>>...47

/external/libchrome/base/
Dbits_unittest.cc68 for (uint8_t shift = 0; shift <= 7; shift++) { in TEST() local
78 for (uint16_t shift = 0; shift <= 15; shift++) { in TEST() local
88 for (uint32_t shift = 0; shift <= 31; shift++) { in TEST() local
97 for (uint8_t shift = 0; shift <= 7; shift++) { in TEST() local
106 for (uint16_t shift = 0; shift <= 15; shift++) { in TEST() local
115 for (uint32_t shift = 0; shift <= 31; shift++) { in TEST() local
126 for (uint64_t shift = 0; shift <= 63; shift++) { in TEST() local
135 for (uint64_t shift = 0; shift <= 31; shift++) { in TEST() local
/external/libhevc/decoder/
Dihevcd_boundary_strength.c315 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local
328 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local
601 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
614 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
635 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
648 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
663 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
679 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
745 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
761 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
[all …]
/external/libopus/silk/
DSigProc_FIX.h522 #define silk_LSHIFT8(a, shift) ((opus_int8)((opus_uint8)(a)<<(shift))) /* shif… argument
523 #define silk_LSHIFT16(a, shift) ((opus_int16)((opus_uint16)(a)<<(shift))) /* shif… argument
524 #define silk_LSHIFT32(a, shift) ((opus_int32)((opus_uint32)(a)<<(shift))) /* shif… argument
525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif… argument
526 #define silk_LSHIFT(a, shift) silk_LSHIFT32(a, shift) /* shif… argument
528 #define silk_RSHIFT8(a, shift) ((a)>>(shift)) /* shif… argument
529 #define silk_RSHIFT16(a, shift) ((a)>>(shift)) /* shif… argument
530 #define silk_RSHIFT32(a, shift) ((a)>>(shift)) /* shif… argument
531 #define silk_RSHIFT64(a, shift) ((a)>>(shift)) /* shif… argument
532 #define silk_RSHIFT(a, shift) silk_RSHIFT32(a, shift) /* shif… argument
[all …]
DMacroCount.h323 static OPUS_INLINE opus_int8 silk_LSHIFT8(opus_int8 a, opus_int32 shift){ in silk_LSHIFT8()
330 static OPUS_INLINE opus_int16 silk_LSHIFT16(opus_int16 a, opus_int32 shift){ in silk_LSHIFT16()
337 static OPUS_INLINE opus_int32 silk_LSHIFT32(opus_int32 a, opus_int32 shift){ in silk_LSHIFT32()
344 static OPUS_INLINE opus_int64 silk_LSHIFT64(opus_int64 a, opus_int shift){ in silk_LSHIFT64()
350 static OPUS_INLINE opus_int32 silk_LSHIFT_ovflw(opus_int32 a, opus_int32 shift){ in silk_LSHIFT_ovflw()
356 static OPUS_INLINE opus_uint32 silk_LSHIFT_uint(opus_uint32 a, opus_int32 shift){ in silk_LSHIFT_uint()
364 static OPUS_INLINE opus_int8 silk_RSHIFT8(opus_int8 a, opus_int32 shift){ in silk_RSHIFT8()
369 static OPUS_INLINE opus_int16 silk_RSHIFT16(opus_int16 a, opus_int32 shift){ in silk_RSHIFT16()
374 static OPUS_INLINE opus_int32 silk_RSHIFT32(opus_int32 a, opus_int32 shift){ in silk_RSHIFT32()
379 static OPUS_INLINE opus_int64 silk_RSHIFT64(opus_int64 a, opus_int64 shift){ in silk_RSHIFT64()
[all …]
/external/libxaac/decoder/
Dixheaacd_basic_ops_arr.h45 static PLATFORM_INLINE VOID shl32_arr(WORD32 *word32_arr, WORD16 shift, in shl32_arr()
56 static PLATFORM_INLINE VOID ixheaacd_shr32_arr(WORD32 *word32_arr, WORD16 shift, in ixheaacd_shr32_arr()
68 static PLATFORM_INLINE VOID shl32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shl32_arr_dir()
79 static PLATFORM_INLINE VOID shr32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shr32_arr_dir()
90 static PLATFORM_INLINE VOID shl32_arr_dir_sat(WORD32 *word32_arr, WORD16 shift, in shl32_arr_dir_sat()
101 static PLATFORM_INLINE VOID shr32_arr_dir_sat(WORD32 *word32_arr, WORD16 shift, in shr32_arr_dir_sat()
113 WORD16 shift, WORD32 n) { in ixheaacd_shl32_arr_sat()
124 static PLATFORM_INLINE VOID shl16_arr(WORD16 *word16_arr, WORD16 shift, in shl16_arr()
135 static PLATFORM_INLINE VOID ixheaacd_shr16_arr(WORD16 *word16_arr, WORD16 shift, in ixheaacd_shr16_arr()
147 static PLATFORM_INLINE VOID shl16_arr_dir(WORD16 *word16_arr, WORD16 shift, in shl16_arr_dir()
[all …]
Dixheaacd_basic_ops16.h91 static PLATFORM_INLINE WORD16 ixheaacd_shl16(WORD16 op1, WORD16 shift) { in ixheaacd_shl16()
98 static PLATFORM_INLINE WORD16 ixheaacd_shl16_sat(WORD16 op1, WORD16 shift) { in ixheaacd_shl16_sat()
110 static PLATFORM_INLINE WORD16 ixheaacd_shr16(WORD16 op1, WORD16 shift) { in ixheaacd_shr16()
117 static PLATFORM_INLINE WORD16 shl16_dir(WORD16 op1, WORD16 shift) { in shl16_dir()
127 static PLATFORM_INLINE WORD16 shr16_dir(WORD16 op1, WORD16 shift) { in shr16_dir()
138 static PLATFORM_INLINE WORD16 shl16_dir_sat(WORD16 op1, WORD16 shift) { in shl16_dir_sat()
148 static PLATFORM_INLINE WORD16 ixheaacd_shr16_dir_sat(WORD16 op1, WORD16 shift) { in ixheaacd_shr16_dir_sat()
/external/ComputeLibrary/tests/validation/fixtures/
DDepthConvertLayerFixture.h49 …rShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shift, QuantizationI… in setup()
83 …et(const TensorShape &shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shift) in compute_target()
112 …ce(const TensorShape &shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shift) in compute_reference()
134 …oid setup(TensorShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shift) in setup()
146 …rShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shift, QuantizationI… in setup()
/external/arm-trusted-firmware/drivers/rpi3/gpio/
Drpi3_gpio.c47 int shift = 3 * (gpio % 10); in rpi3_gpio_get_select() local
72 int shift = 3 * (gpio % 10); in rpi3_gpio_set_select() local
108 int shift = gpio % 32; in rpi3_gpio_get_value() local
120 int shift = gpio % 32; in rpi3_gpio_set_value() local
137 int shift = gpio % 32; in rpi3_gpio_set_pull() local
/external/speex/libspeexdsp/
Dfixed_generic.h45 #define SHR16(a,shift) ((a) >> (shift)) argument
46 #define SHL16(a,shift) ((a) << (shift)) argument
47 #define SHR32(a,shift) ((a) >> (shift)) argument
48 #define SHL32(a,shift) ((a) << (shift)) argument
49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift)) argument
50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument
55 #define SATURATE32PSHR(x,shift,a) (((x)>=(SHL32(a,shift))) ? (a) : \ argument
59 #define SHR(a,shift) ((a) >> (shift)) argument
60 #define SHL(a,shift) ((spx_word32_t)(a) << (shift)) argument
[all …]
Darch.h157 #define SHR16(a,shift) (a) argument
158 #define SHL16(a,shift) (a) argument
159 #define SHR32(a,shift) (a) argument
160 #define SHL32(a,shift) (a) argument
161 #define PSHR16(a,shift) (a) argument
162 #define PSHR32(a,shift) (a) argument
163 #define VSHR32(a,shift) (a) argument
166 #define SATURATE32PSHR(x,shift,a) (x) argument
168 #define PSHR(a,shift) (a) argument
169 #define SHR(a,shift) (a) argument
[all …]
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthConvertLayerKernel.cpp46 …rguments(const ITensorInfo *input, const ITensorInfo *output, ConvertPolicy policy, uint32_t shift) in validate_arguments()
76 …rKernel::configure(const ICLTensor *input, ICLTensor *output, ConvertPolicy policy, uint32_t shift) in configure()
81 … &compile_context, const ICLTensor *input, ICLTensor *output, ConvertPolicy policy, uint32_t shift) in configure()
154 …validate(const ITensorInfo *input, const ITensorInfo *output, ConvertPolicy policy, uint32_t shift) in validate()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLDepthConvertLayer.cpp33 …rtLayer::configure(const ICLTensor *input, ICLTensor *output, ConvertPolicy policy, uint32_t shift) in configure()
38 … &compile_context, const ICLTensor *input, ICLTensor *output, ConvertPolicy policy, uint32_t shift) in configure()
45 …validate(const ITensorInfo *input, const ITensorInfo *output, ConvertPolicy policy, uint32_t shift) in validate()
/external/aac/libSBRdec/src/
Dtranscendent.h146 int shift; in FDK_add_MantExp() local
185 int shift; in FDK_add_MantExp() local
235 int preShift, postShift, index, shift; in FDK_divide_MantExp() local
291 int preShift, postShift, index, shift; in FDK_divide_MantExp() local
365 int shift = result_e - *destScale; in FDK_sqrt_MantExp() local
/external/libopus/celt/
Dfixed_generic.h84 #define SHR16(a,shift) ((a) >> (shift)) argument
86 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) argument
88 #define SHR32(a,shift) ((a) >> (shift)) argument
90 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) argument
93 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
95 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument
98 #define SHR(a,shift) ((a) >> (shift)) argument
99 #define SHL(a,shift) SHL32(a,shift) argument
100 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
/external/webp/src/dsp/
Drescaler_msa.c27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \ argument
47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \ argument
60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument
78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \ argument
87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument
102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument
121 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_0() local
183 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_1() local
/external/ComputeLibrary/tests/validation/reference/
DDepthConvertLayer.cpp42 …> depth_convert(const SimpleTensor<T1> &src, DataType dt_out, ConvertPolicy policy, uint32_t shift) in depth_convert()
73 …> depth_convert(const SimpleTensor<T1> &src, DataType dt_out, ConvertPolicy policy, uint32_t shift) in depth_convert()
99 …> depth_convert(const SimpleTensor<T1> &src, DataType dt_out, ConvertPolicy policy, uint32_t shift) in depth_convert()
/external/libaom/libaom/aom_dsp/x86/
Dblend_mask_sse4.h30 int shift) { in blend_a64_d16_mask_w4_sse41()
48 int shift) { in blend_a64_d16_mask_w8_sse41()
68 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh0_w4_sse4_1()
87 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh0_w8_sse4_1()
105 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh1_w4_sse4_1()
130 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh1_w8_sse4_1()
155 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh0_w4_sse4_1()
177 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh0_w8_sse4_1()
198 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh1_w4_sse4_1()
220 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh1_w8_sse4_1()
/external/libhevc/common/
Dihevc_weighted_pred.c112 WORD32 shift, in ihevc_weighted_pred_uni()
197 WORD32 shift, in ihevc_weighted_pred_chroma_uni()
302 WORD32 shift, in ihevc_weighted_pred_bi()
407 WORD32 shift, in ihevc_weighted_pred_chroma_bi()
502 WORD32 shift; in ihevc_weighted_pred_bi_default() local
585 WORD32 shift; in ihevc_weighted_pred_chroma_bi_default() local
/external/compiler-rt/lib/builtins/
Dfloatunsisf.c37 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local
40 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
Dfloatsisf.c45 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local
48 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_sse4.c81 int shift) { in load_buffer_4x4()
272 const int8_t *shift = av1_fwd_txfm_shift_ls[TX_4X4]; in av1_fwd_txfm2d_4x4_sse4_1() local
380 int shift) { in load_buffer_8x8()
464 static INLINE void col_txfm_8x8_rounding(__m128i *in, int shift) { in col_txfm_8x8_rounding()
502 static INLINE void col_txfm_4x8_rounding(__m128i *in, int shift) { in col_txfm_4x8_rounding()
903 const int8_t *shift = av1_fwd_txfm_shift_ls[TX_8X8]; in av1_fwd_txfm2d_8x8_sse4_1() local
1090 int shift) { in load_buffer_16x16()
1135 int shift) { in load_buffer_8x16()
1153 int shift) { in load_buffer_8x4()
1171 int shift) { in load_buffer_16x4()
[all …]
/external/skia/src/core/
DSkEdge.cpp37 int shift) { in setLine()
181 bool SkQuadraticEdge::setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) { in setQuadraticWithoutUpdate()
281 int SkQuadraticEdge::setQuadratic(const SkPoint pts[3], int shift) { in setQuadratic()
297 int shift = fCurveShift; in updateQuadratic() local
351 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) { in setCubicWithoutUpdate()
451 int SkCubicEdge::setCubic(const SkPoint pts[4], int shift) { in setCubic()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDepthConvertLayer.cpp33 …onvertLayer::configure(const ITensor *input, ITensor *output, ConvertPolicy policy, uint32_t shift) in configure()
40 …validate(const ITensorInfo *input, const ITensorInfo *output, ConvertPolicy policy, uint32_t shift) in validate()
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dqsymm8.cpp67 int64_t shift = static_cast<int64_t>(shiftf); in make_rescale_params() local
86 QSymm8RescaleParams::QSymm8RescaleParams(int32_t shift, int32_t multi, float rescale) in QSymm8RescaleParams()
120 int64_t shift = static_cast<int64_t>(shiftf); in make_rescale_params() local
158 int64_t shift = static_cast<int64_t>(shiftf); in make_rescale_params() local
/external/mesa3d/src/intel/common/
Dgen_gem.h45 const int shift = 63 - 47; in gen_canonical_address() local
57 const int shift = 63 - 47; in gen_48b_address() local

12345678910>>...47