HomeSort by relevance Sort by last modified time
    Searched refs:shift_value (Results 1 - 25 of 38) sorted by null

1 2

  /external/libxaac/decoder/
ixheaacd_tns.h 52 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);
ixheaacd_aac_tns.c 212 WORD32 shift_value, WORD scale_spec)
237 state[0] = ixheaacd_shl32_sat(y, shift_value);
251 state[0] = ixheaacd_shl32_sat(y, shift_value);
262 WORD32 shift_value,
286 state[0] = ixheaacd_shl32_sat(y, shift_value);
303 state[0] = ixheaacd_shl32_sat(y, shift_value);
313 WORD32 shift_value, WORD scale_spec) {
336 state[0] = ixheaacd_shl32_sat(y, shift_value);
353 state[0] = ixheaacd_shl32_sat(y, shift_value);
363 WORD16 shift_value) {
    [all...]
ixheaacd_tns.c 135 WORD32 order, WORD32 shift_value,
160 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value);
175 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value);
  /external/libhevc/encoder/
ihevce_enc_sbh_funcs.c 122 WORD32 shift_value, mask_value; local
159 /* GETRANGE will give the log_2 of trans_size to shift_value */
160 GETRANGE(shift_value, trans_size);
161 shift_value = shift_value - 3; /* for finding. row no. from scan index */
189 blk_row = (pu1_trans_table[trans_unit_idx] >> shift_value) * 4;
ihevce_entropy_structs.h 325 WORD32 shift_value,
ihevce_cabac_tu.c 2350 WORD32 shift_value, mask_value; local
    [all...]
  /external/capstone/bindings/ocaml/
arm.ml 14 shift_value: int; Record field in type:arm_op_shift
arm64.ml 9 shift_value: int; Record field in type:arm64_op_shift
test_arm64.ml 47 if op.shift.shift_type != _ARM64_SFT_INVALID && op.shift.shift_value > 0 then
49 op.shift.shift_type op.shift.shift_value;
test_arm.ml 53 if op.shift.shift_type != _ARM_SFT_INVALID && op.shift.shift_value > 0 then
55 op.shift.shift_type op.shift.shift_value;
  /external/libhevc/encoder/arm/
ihevce_scan_coeffs_neon.c 130 WORD32 shift_value, mask_value; local
148 GETRANGE(shift_value, trans_size);
149 shift_value = shift_value - 3;
188 blk_row = pu1_trans_table[trans_unit_idx] >> shift_value;
330 blk_row = pu1_trans_table[trans_unit_idx] >> shift_value; /*row of csb*/
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
neon_tensor_utils.h 154 void VectorShiftLeft(float* vector, int v_size, float shift_value) {
155 NEON_OR_PORTABLE(VectorShiftLeft, vector, v_size, shift_value);
tensor_utils_impl.h 184 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value);
185 void NeonVectorShiftLeft(float* vector, int v_size, float shift_value);
  /external/tensorflow/tensorflow/lite/kernels/internal/
tensor_utils.h 181 void VectorShiftLeft(float* vector, int v_size, float shift_value);
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
portable_tensor_utils.h 131 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value);
275 void VectorShiftLeft(float* vector, int v_size, float shift_value) {
276 PortableVectorShiftLeft(vector, v_size, shift_value);
portable_tensor_utils.cc 305 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value) {
310 vector[v_size - 1] = shift_value;
  /external/vixl/src/aarch32/
instructions-aarch32.cc 582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value)
583 : Shift(shift_value) {
584 switch (shift_value) {
  /external/libxaac/decoder/armv7/
ixheaacd_function_selector_arm_non_neon.c 137 WORD32 shift_value,
142 WORD32 shift_value, WORD scale_spec,
ixheaacd_tns_ar_filter_fixed.s 35 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)
ixheaacd_function_selector_armv7.c 144 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv7;
148 WORD32 shift_value, WORD scale_spec,
  /art/compiler/optimizing/
scheduler_arm.cc 146 uint32_t shift_value = Int32ConstantFrom(rhs->AsConstant()) & kMaxLongShiftDistance; local
147 if (shift_value == 1 || shift_value >= 32) {
575 const uint32_t shift_value = instruction->GetShiftAmount(); local
578 if (shift_value >= 32) {
584 DCHECK_GT(shift_value, 1U);
585 DCHECK_LT(shift_value, 32U);
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_function_selector_armv8.c 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv8;
146 WORD32 shift_value, WORD scale_spec,
  /external/libxaac/decoder/generic/
ixheaacd_function_selector_generic.c 143 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec;
147 WORD32 shift_value, WORD scale_spec,
  /external/libxaac/decoder/x86/
ixheaacd_function_selector_x86.c 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec;
146 WORD32 shift_value, WORD scale_spec,
  /external/libxaac/decoder/x86_64/
ixheaacd_function_selector_x86_64.c 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec;
146 WORD32 shift_value, WORD scale_spec,

Completed in 1100 milliseconds

1 2