Home
last modified time | relevance | path

Searched refs:input_3 (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c28 int16x4_t input_3 = vshl_n_s16(vld1_s16(input + 3 * stride), 4); in vpx_fdct4x4_neon() local
38 const int16x8_t input_32 = vcombine_s16(input_3, input_2); in vpx_fdct4x4_neon()
78 input_3 = out_3; in vpx_fdct4x4_neon()
85 int16x8_t out_23 = vcombine_s16(input_2, input_3); in vpx_fdct4x4_neon()
Dfwd_txfm_neon.c27 int16x8_t input_3 = vshlq_n_s16(vld1q_s16(&input[3 * stride]), 2); in vpx_fdct8x8_neon() local
37 const int16x8_t v_s3 = vaddq_s16(input_3, input_4); in vpx_fdct8x8_neon()
38 const int16x8_t v_s4 = vsubq_s16(input_3, input_4); in vpx_fdct8x8_neon()
164 input_3 = r23_s16.val[1]; in vpx_fdct8x8_neon()
187 const int16x8_t sign_in3 = vshrq_n_s16(input_3, 15); in vpx_fdct8x8_neon()
195 input_3 = vhsubq_s16(input_3, sign_in3); in vpx_fdct8x8_neon()
204 store_s16q_to_tran_low(final_output + 3 * 8, input_3); in vpx_fdct8x8_neon()
/external/libaom/libaom/aom_dsp/arm/
Dfwd_txfm_neon.c24 int16x8_t input_3 = vshlq_n_s16(vld1q_s16(&input[3 * stride]), 2); in aom_fdct8x8_neon() local
34 const int16x8_t v_s3 = vaddq_s16(input_3, input_4); in aom_fdct8x8_neon()
35 const int16x8_t v_s4 = vsubq_s16(input_3, input_4); in aom_fdct8x8_neon()
159 input_3 = r23_s16.val[1]; in aom_fdct8x8_neon()
182 const int16x8_t sign_in3 = vshrq_n_s16(input_3, 15); in aom_fdct8x8_neon()
190 input_3 = vhsubq_s16(input_3, sign_in3); in aom_fdct8x8_neon()
199 vst1q_s16(&final_output[3 * 8], input_3); in aom_fdct8x8_neon()
/external/tensorflow/tensorflow/python/keras/engine/
Dcorrectness_test.py57 input_3 = keras.Input(shape=(1,))
58 added = keras.layers.Add()([input_1, input_2, input_3])
60 return keras.Model([input_1, input_2, input_3], output)
/external/tensorflow/tensorflow/core/kernels/
Drestore_v2_op_test.cc129 Tensor input_3 = MakeInput<int32>(TensorShape({10}), in RunTest() local
131 inputs.push_back({nullptr, &input_3}); in RunTest()
Drestore_op_test.cc111 Tensor input_3 = MakeInput<int32>(TensorShape({10}), in TEST_F() local
113 inputs.push_back({nullptr, &input_3}); in TEST_F()
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S22 # qhasm: int32 input_3
175 # qhasm: len = input_3
176 # asm 1: mov >len=int32#4,<input_3=int32#4
177 # asm 2: mov >len=r3,<input_3=r3
1539 # qhasm: int32 input_3
1691 # qhasm: c01 aligned= mem128[input_3];input_3+=16
1692 # asm 1: vld1.8 {>c01=reg128#14%bot->c01=reg128#14%top},[<input_3=int32#4,: 128]!
1693 # asm 2: vld1.8 {>c01=d26->c01=d27},[<input_3=r3,: 128]!
1701 # qhasm: c23 aligned= mem128[input_3];input_3+=16
1702 # asm 1: vld1.8 {>c23=reg128#14%bot->c23=reg128#14%top},[<input_3=int32#4,: 128]!
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_float.h198 float32x4_t input_3 = vld1q_f32(local_input_ptr + 4 * 3);
209 acc_3 = vmlaq_f32(acc_3, input_3, filter_3);
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_test.py1416 input_2, input_3 = inputs_shape.t2[1:]
1419 input_2, input_3 = inputs_shape[1][1:]
1424 shape=(input_2, input_3, self.unit_2, self.unit_3),
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc4992 FPRegister input_3 = in GenerateSum() local
5003 __ Fadd(result, temp, input_3); in GenerateSum()