Searched refs:__ARM_NEON__ (Results 1 - 25 of 49) sorted by relevance

12

/external/libyuv/files/source/
H A Dcompare_neon.cc18 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
56 #endif // __ARM_NEON__
H A Drotate_neon.cc20 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
H A Dcpu_id.cc185 #if defined(__linux__) && (defined(__ARM_NEON__) || defined(LIBYUV_NEON))
188 #elif defined(__ARM_NEON__)
189 // gcc -mfpu=neon defines __ARM_NEON__
H A Dscale_neon.cc20 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
528 #endif // __ARM_NEON__
/external/chromium_org/third_party/libyuv/source/
H A Dcompare_neon.cc19 #if !defined(LIBYUV_DISABLE_NEON) && defined(__ARM_NEON__)
59 #endif // __ARM_NEON__
H A Drotate_neon.cc20 #if !defined(LIBYUV_DISABLE_NEON) && defined(__ARM_NEON__)
H A Drotate_argb.cc34 (defined(__ARM_NEON__) || defined(LIBYUV_NEON))
H A Dscale_neon.cc19 #if !defined(LIBYUV_DISABLE_NEON) && defined(__ARM_NEON__)
759 #endif // __ARM_NEON__
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcpu_id.c58 #elif defined(__ANDROID__) && defined(__ARM_NEON__)
62 #elif defined(__ARM_NEON__)
63 // gcc -mfpu=neon defines __ARM_NEON__
H A Drow.h23 #if defined(__ARM_NEON__) && !defined(YUV_DISABLE_ASM)
71 #if defined(__ARM_NEON__) && !defined(YUV_DISABLE_ASM)
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dcpu-arm.c66 #if defined(__ARM_NEON__)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare_neon.cc19 #if !defined(LIBYUV_DISABLE_NEON) && defined(__ARM_NEON__)
98 #endif // __ARM_NEON__
H A Drotate_neon.cc20 #if !defined(LIBYUV_DISABLE_NEON) && defined(__ARM_NEON__)
H A Drotate_argb.cc34 (defined(__ARM_NEON__) || defined(LIBYUV_NEON))
H A Dscale_neon.cc19 #if !defined(LIBYUV_DISABLE_NEON) && defined(__ARM_NEON__)
759 #endif // __ARM_NEON__
H A Dcpu_id.cc261 // gcc -mfpu=neon defines __ARM_NEON__
262 // __ARM_NEON__ generates code that requires Neon. NaCL also requires Neon.
264 #if defined(__ARM_NEON__) || defined(__native_client__) || !defined(__linux__)
/external/aac/libFDK/include/
H A DFDK_archdef.h148 #if defined(__TARGET_FEATURE_NEON) && !defined(__ARM_NEON__)
149 #define __ARM_NEON__ macro
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCPU.h158 #if defined(__ARM_NEON__) && !defined(WTF_CPU_ARM_NEON)
/external/libyuv/files/unit_test/
H A Dcpu_test.cc95 #if defined(__linux__) && defined(__ARM_NEON__)
/external/skia/include/core/
H A DSkFloatingPoint.h123 #elif defined(__ARM_NEON__)
139 #elif defined(__ARM_NEON__)
/external/chromium_org/third_party/libyuv/unit_test/
H A Dcpu_test.cc111 #if defined(__linux__) && defined(__ARM_NEON__)
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
H A Dchacha_vec.c40 #if __ARM_NEON__
134 #if __ARM_NEON__
150 #if defined(__ARM_NEON__)
154 #if !defined(__ARM_NEON__) && !defined(__SSE2__)
159 #if defined(__ARM_NEON__) || defined(__SSE2__)
171 #if defined(__ARM_NEON__)
179 #if __ARM_NEON__ || defined(OPENSSL_X86)
/external/pixman/pixman/
H A Dpixman-arm.c90 #if defined(__ARM_NEON__)
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.cc38 #if !defined(LIBYUV_DISABLE_NEON) && defined(__ARM_NEON__)
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd_arm.c103 #if !defined(__ARM_NEON__) && defined(__linux__) || defined(ANDROID) || defined(__ANDROID__)
112 #if defined(__ARM_NEON__)

Completed in 420 milliseconds

12