Home
last modified time | relevance | path

Searched refs:input_8x8 (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/src/dsp/arm/
Dcommon_neon_test.cc84 uint8x8_t input_8x8[8]; in TEST_F() local
86 input_8x8[i] = vld1_u8(src_block_[i]); in TEST_F()
88 Transpose8x8(input_8x8); in TEST_F()
91 vst1_u8(output_8x8[i], input_8x8[i]); in TEST_F()
170 uint16x8_t input_8x8[8]; in TEST_F() local
172 input_8x8[i] = vld1q_u16(src_block_[i]); in TEST_F()
174 Transpose8x8(input_8x8); in TEST_F()
177 vst1q_u16(output_8x8[i], input_8x8[i]); in TEST_F()
184 int16x8_t input_8x8[8]; in TEST_F() local
186 input_8x8[i] = vreinterpretq_s16_u16(vld1q_u16(src_block_[i])); in TEST_F()
[all …]
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
Dimpl.cpp682 …const auto input_8x8 = wrapper::vdup_n(*(reinterpret_cast<T *>(input_it.ptr() + std::min(stati… in depthwise_loop_pow2_quantized_per_tensor() local
683 const auto input_s16x8 = wrapper::vreinterpret(wrapper::vmovl(input_8x8)); in depthwise_loop_pow2_quantized_per_tensor()