Home
last modified time | relevance | path

Searched refs:shift_value (Results 1 – 25 of 28) sorted by relevance

12

/external/libxaac/decoder/
Dixheaacd_tns.h52 WORD16 *lpc, WORD32 order, WORD32 shift_value,
57 WORD16 shift_value);
60 WORD16 *lpc, WORD32 order, WORD32 shift_value,
71 WORD32 shift_value, WORD scale_spec);
75 WORD32 shift_value, WORD scale_spec);
80 WORD32 shift_value,
85 WORD32 shift_value, WORD scale_spec);
Dixheaacd_aac_tns.c211 WORD32 shift_value, WORD scale_spec) in ixheaacd_tns_ar_filter_fixed_dec() argument
236 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_dec()
250 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_dec()
261 WORD32 shift_value, in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() argument
285 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_non_neon_armv7()
302 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_non_neon_armv7()
312 WORD32 shift_value, WORD scale_spec) { in ixheaacd_tns_ar_filter_fixed_armv8() argument
335 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_armv8()
352 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_armv8()
362 WORD16 shift_value) { in ixheaacd_tns_ma_filter_fixed_ld() argument
[all …]
Dixheaacd_tns.c135 WORD32 order, WORD32 shift_value, in ixheaacd_tns_ar_filter_usac() argument
160 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_usac()
175 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_usac()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
Dportable_tensor_utils.h93 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value);
176 void VectorShiftLeft(float* vector, int v_size, float shift_value) { in VectorShiftLeft() argument
177 PortableVectorShiftLeft(vector, v_size, shift_value); in VectorShiftLeft()
Dportable_tensor_utils.cc146 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value) { in PortableVectorShiftLeft() argument
151 vector[v_size - 1] = shift_value; in PortableVectorShiftLeft()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Dtensor_utils_impl.h121 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value);
122 void NeonVectorShiftLeft(float* vector, int v_size, float shift_value);
Dneon_tensor_utils.h100 void VectorShiftLeft(float* vector, int v_size, float shift_value) { in VectorShiftLeft() argument
101 NEON_OR_PORTABLE(VectorShiftLeft, vector, v_size, shift_value); in VectorShiftLeft()
Dneon_tensor_utils.cc317 void NeonVectorShiftLeft(float* vector, int v_size, float shift_value) { in NeonVectorShiftLeft() argument
332 vector[v_size - 1] = shift_value; in NeonVectorShiftLeft()
/external/libxaac/decoder/armv7/
Dixheaacd_tns_ar_filter_fixed.s35 LDR r6, [sp, #236] @shift_value
157 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
197 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
242 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
289 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
339 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
487 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
535 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
Dixheaacd_function_selector_arm_non_neon.c137 WORD32 shift_value,
142 WORD32 shift_value, WORD scale_spec,
Dixheaacd_function_selector_armv7.c144 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv7;
148 WORD32 shift_value, WORD scale_spec,
/external/vixl/src/aarch32/
Dinstructions-aarch32.cc582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) in ImmediateShiftOperand() argument
583 : Shift(shift_value) { in ImmediateShiftOperand()
584 switch (shift_value) { in ImmediateShiftOperand()
/external/capstone/bindings/ocaml/
Dtest_arm64.ml47 if op.shift.shift_type != _ARM64_SFT_INVALID && op.shift.shift_value > 0 then
49 op.shift.shift_type op.shift.shift_value;
Darm64.ml9 shift_value: int; RecordField
Dtest_arm.ml53 if op.shift.shift_type != _ARM_SFT_INVALID && op.shift.shift_value > 0 then
55 op.shift.shift_type op.shift.shift_value;
Darm.ml14 shift_value: int; RecordField
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtensor_utils.h103 void VectorShiftLeft(float* vector, int v_size, float shift_value);
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv8;
146 WORD32 shift_value, WORD scale_spec,
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec;
146 WORD32 shift_value, WORD scale_spec,
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c143 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec;
147 WORD32 shift_value, WORD scale_spec,
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec;
146 WORD32 shift_value, WORD scale_spec,
/external/v8/src/compiler/
Dint64-lowering.cc619 int32_t shift_value = m.Value() & 0x3f; in LowerNode() local
620 if (shift_value == 0) { in LowerNode()
623 } else if (shift_value == 32) { in LowerNode()
629 if (shift_value < 32) { in LowerNode()
636 int32_t masked_shift_value = shift_value & 0x1f; in LowerNode()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc880 int32_t shift_value = static_cast<int32_t>(mright.right().Value()); in VisitInt32Add() local
882 g.UseRegister(mright.left().node()), g.TempImmediate(shift_value)); in VisitInt32Add()
892 int32_t shift_value = static_cast<int32_t>(mleft.right().Value()); in VisitInt32Add() local
895 g.TempImmediate(shift_value)); in VisitInt32Add()
912 int32_t shift_value = static_cast<int32_t>(mright.right().Value()); in VisitInt64Add() local
915 g.TempImmediate(shift_value)); in VisitInt64Add()
925 int32_t shift_value = static_cast<int32_t>(mleft.right().Value()); in VisitInt64Add() local
928 g.TempImmediate(shift_value)); in VisitInt64Add()
/external/v8/src/x64/
Dmacro-assembler-x64.cc2180 int shift_value) { in SmiShiftArithmeticRightConstant() argument
2181 DCHECK(is_uint5(shift_value)); in SmiShiftArithmeticRightConstant()
2182 if (shift_value > 0) { in SmiShiftArithmeticRightConstant()
2184 sarp(dst, Immediate(shift_value + kSmiShift)); in SmiShiftArithmeticRightConstant()
2195 int shift_value, in SmiShiftLeftConstant() argument
2202 if (shift_value > 0) { in SmiShiftLeftConstant()
2204 shlq(dst, Immediate(shift_value & 0x1f)); in SmiShiftLeftConstant()
2212 shll(dst, Immediate(shift_value)); in SmiShiftLeftConstant()
2221 Register dst, Register src, int shift_value, in SmiShiftLogicalRightConstant() argument
2227 if (shift_value == 0) { in SmiShiftLogicalRightConstant()
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py540 for shift_value in np.arange(-5, 5):
542 self._np_rotate_transpose(x_value, shift_value),
545 shift: shift_value}))

12