HomeSort by relevance Sort by last modified time
    Searched refs:NEON (Results 1 - 25 of 35) sorted by null

1 2

  /external/libvpx/
Android.mk 5 # if ARMv7 + NEON etc blah blah
libvpx.mk 5 libvpx_target := armv7a-neon
57 # Offset files are currently used in vpx_scale for NEON and some encoder
  /build/core/combo/arch/arm/
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
25 -mfpu=neon
  /build/target/board/generic/
BoardConfig.mk 11 # Note: we build the platform images for ARMv7-A _without_ NEON.
13 # Technically, the emulator supports ARMv7-A _and_ NEON instructions, but
14 # emulated NEON code paths typically ends up 2x slower than the normal C code
18 # What this means is that the platform image will not use NEON code paths
20 # application code generated with the NDK that uses NEON in the emulator.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 27 ; -- NEON registers --
h264bsdClearMbLayer.s 30 ; -- NEON registers --
h264bsdFlushBits.s 33 ; -- NEON registers --
h264bsdFillRow7.s 34 ; -- NEON registers --
h264bsdWriteMacroblock.s 33 ; -- NEON registers --
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 51 CHECK(NEON)
  /external/pixman/pixman/
Android.mk 45 # Will only be used if runtime detection reports NEON capabilities
48 pixman-arm-neon.c \
49 pixman-arm-neon-asm.S \
50 pixman-arm-neon-asm-bilinear.S
  /external/scrypt/
Scrypt-config.mk 47 lib/crypto/crypto_scrypt-neon.c \
84 # Hacks for ARM NEON support
  /external/jpeg/
Android.mk 45 #use NEON accelerations
  /external/chromium_org/v8/src/
v8globals.h 449 NEON = 7, // ARM
platform-linux.cc 130 case NEON:
131 search_string = "neon";
156 // to detect vfpv3 by checking for vfp *and* neon, since neon is only
158 // Checking neon on its own is not enough as it is possible to have neon
160 if (CPUInfoContainsString("vfp") && CPUInfoContainsString("neon")) {
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 130 supported_ |= 1u << NEON;
164 if (!IsSupported(NEON) && FLAG_enable_neon && OS::ArmCpuHasFeature(NEON)) {
165 found_by_runtime_probing_only_ |= 1u << NEON;
226 arm_fpu = " neon";
264 "ARMv7=%d VFP3=%d VFP32DREGS=%d NEON=%d SUDIV=%d UNALIGNED_ACCESSES=%d "
269 CpuFeatures::IsSupported(NEON),
    [all...]
codegen-arm.cc 136 if (CpuFeatures::IsSupported(NEON)) {
291 if (CpuFeatures::IsSupported(NEON)) {
  /external/chromium_org/v8/test/cctest/
test-disasm-arm.cc 681 TEST(Neon) {
684 if (CpuFeatures::IsSupported(NEON)) {
685 CpuFeatureScope scope(&assm, NEON);
    [all...]
test-assembler-arm.cc     [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc 652 INSTANTIATE_TEST_CASE_P(NEON, ConvolveTest, ::testing::Values(
sad_test.cc 384 INSTANTIATE_TEST_CASE_P(NEON, SADTest, ::testing::Values(
  /ndk/build/core/
build-binary.mk 235 # As a special extension, the NDK also supports the .neon extension suffix
236 # to indicate that a single file can be compiled with ARM NEON support
237 # We must support both foo.c.neon and foo.c.arm.neon here
239 # Also, if LOCAL_ARM_NEON is set to 'true', force Neon mode for all source
243 neon_sources := $(filter %.neon,$(LOCAL_SRC_FILES))
244 neon_sources := $(neon_sources:%.neon=%)
254 neon_sources += $(LOCAL_SRC_FILES:%.neon=%)
260 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
264 $(call tag-src-files,$(neon_sources:%.arm=%),neon)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 790 # Detect NEON support from the -mfpu build flag.
791 DeclareBit('arm_neon', 'ARM supporting neon')
792 if '-mfpu=neon' in linux_cross_arm_env['CFLAGS'] or \
793 '-mfpu=neon' in linux_cross_arm_env['CCFLAGS'] or \
794 '-mfpu=neon' in linux_cross_arm_env['CXXFLAGS']:
795 print "Building with ARM NEON support."
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 36 ;Note: To take advantage of 8-bit mulplication instruction in NEON. First apply abs() to
  /external/llvm/test/MC/ARM/
simple-fp-encoding.s 392 @ Use NEON to load some f32 immediates that don't fit the f8 representation.

Completed in 366 milliseconds

1 2