Searched refs:vcombine_s16 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 560 return v_int16x8(vcombine_s16( in v_mul_hi() 1081 uint16x8_t v0 = vshlq_u16(vshrq_n_u16(a.val, 15), vcombine_s16(m0, m0)); in v_signmask()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 560 return v_int16x8(vcombine_s16( in v_mul_hi() 1081 uint16x8_t v0 = vshlq_u16(vshrq_n_u16(a.val, 15), vcombine_s16(m0, m0)); in v_signmask()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 560 return v_int16x8(vcombine_s16( in v_mul_hi() 1081 uint16x8_t v0 = vshlq_u16(vshrq_n_u16(a.val, 15), vcombine_s16(m0, m0)); in v_signmask()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | arm_neon.h | 6524 vcombine_s16 (int16x4_t __a, int16x4_t __b) in vcombine_s16() function 8916 int16x8_t __result = vcombine_s16 (__a, vcreate_s16 (__AARCH64_UINT64_C (0x0))); in vmovn_high_s32() 9856 int16x8_t __result = vcombine_s16 (__a, vcreate_s16 (__AARCH64_UINT64_C (0x0))); in vqmovn_high_s32() 10016 int16x8_t result = vcombine_s16 \ 10151 int16x8_t result = vcombine_s16 \ 10286 int16x8_t result = vcombine_s16 \ 10472 int16x8_t result = vcombine_s16 \ 28213 = vcombine_s16 (__val.val[0], vcreate_s16 (__AARCH64_INT64_C (0))); in vst1_s16_x2() 28215 = vcombine_s16 (__val.val[1], vcreate_s16 (__AARCH64_INT64_C (0))); in vst1_s16_x2() 28556 __temp.val[0] = vcombine_s16 (__val.val[0], vcreate_s16 (__AARCH64_INT64_C (0))); in vst1_s16_x3() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 2559 out0 = vcombine_s16(shiftop(sum_l, s), shiftop(sum_h, s)); \ in stbi__idct_simd() 2560 out1 = vcombine_s16(shiftop(dif_l, s), shiftop(dif_h, s)); \ in stbi__idct_simd() 2625 … { int16x8_t x0 = x; int16x8_t y0 = y; x = vcombine_s16(vget_low_s16(x0), vget_low_s16(y0)); y = v… in stbi__idct_simd()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 2559 out0 = vcombine_s16(shiftop(sum_l, s), shiftop(sum_h, s)); \ in stbi__idct_simd() 2560 out1 = vcombine_s16(shiftop(dif_l, s), shiftop(dif_h, s)); \ in stbi__idct_simd() 2625 … { int16x8_t x0 = x; int16x8_t y0 = y; x = vcombine_s16(vget_low_s16(x0), vget_low_s16(y0)); y = v… in stbi__idct_simd()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | arm_neon.h | 7145 vcombine_s16 (int16x4_t __a, int16x4_t __b) in vcombine_s16() function
|