Searched defs:input_3 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | fwd_txfm_neon.c | 23 int16x4_t *input_2, int16x4_t *input_3) { in aom_fdct4x4_helper() 88 int16x4_t input_0, input_1, input_2, input_3; in aom_fdct4x4_neon() local 105 int16x4_t input_0, input_1, input_2, input_3; in aom_fdct4x4_lp_neon() local 125 int16x8_t input_3 = vshlq_n_s16(vld1q_s16(&input[3 * stride]), 2); in aom_fdct8x8_neon() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | restore_v2_op_test.cc | 132 Tensor input_3 = MakeInput<int32>(TensorShape({10}), in RunTest() local
|
H A D | restore_op_test.cc | 114 Tensor input_3 = MakeInput<int32>(TensorShape({10}), in TEST_F() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | loop_filter_neon.cc | 953 uint8x16_t input_3 = vqtbl1q_u8(x3, index_qp7toqp0); in Vertical14_NEON() local 971 const uint8x16_t input_3 = vcombine_u8(x3_qp3qp0, x3_qp7qp4); in Vertical14_NEON() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_dct_neon.c | 36 int16x4_t input_3 = vshl_n_s16(vld1_s16(input + 3 * stride), 4); in load_buffer_4x4() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateModel.cpp | 2493 const uint32_t input_3[] = {13, 14, 15, 16, 16, 16, 16, 11, 11, 11, 0}; in TEST_F() local
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 5047 VRegister input_3 = in GenerateSum() local
|