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

1 2 3 4 5

  /ndk/tests/build/issue34613-neon/jni/
Android.mk 4 LOCAL_MODULE := issue34613-neon
6 LOCAL_SRC_FILES := issue34613-neon.cpp
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 6 # same sa mini-armv7-a-neon except HAL
7 include device/generic/armv7-a-neon/BoardConfig.mk
mini_emulator_armv7a_neon.mk 15 $(call inherit-product, device/generic/armv7-a-neon/mini_armv7a_neon.mk)
17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-armv7-a-neon
22 PRODUCT_MODEL := mini-emulator-armv7-a-neon
  /device/samsung_slsi/arndale/
BoardConfig.mk 21 TARGET_ARCH_VARIANT := armv7-a-neon
  /dalvik/vm/compiler/template/
rebuild.sh 22 for arch in ia32 armv5te armv5te-vfp armv7-a armv7-a-neon mips; do TARGET_ARCH_EXT=$arch make -f Makefile-template; done
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 23 specialize vp8_dequantize_b mmx media neon
27 specialize vp8_dequant_idct_add mmx media neon dspr2
32 specialize vp8_dequant_idct_add_y_block mmx sse2 media neon dspr2
37 specialize vp8_dequant_idct_add_uv_block mmx sse2 media neon dspr2
45 specialize vp8_loop_filter_mbv mmx sse2 media neon dspr2
50 specialize vp8_loop_filter_bv mmx sse2 media neon dspr2
55 specialize vp8_loop_filter_mbh mmx sse2 media neon dspr2
60 specialize vp8_loop_filter_bh mmx sse2 media neon dspr2
66 specialize vp8_loop_filter_simple_mbv mmx sse2 media neon
74 specialize vp8_loop_filter_simple_mbh mmx sse2 media neon
    [all...]
  /external/libvpx/libvpx/vp8/
vp8cx_arm.mk 36 #File list for neon
38 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/fastquantizeb_neon$(ASM)
39 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/picklpf_arm.c
40 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/shortfdct_neon$(ASM)
41 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/subtract_neon$(ASM)
42 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_mse16x16_neon$(ASM)
43 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_memcpy_neon$(ASM)
44 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_shortwalsh4x4_neon$(ASM)
vp8_common.mk 162 # common (neon)
163 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict4x4_neon$(ASM)
164 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict8x4_neon$(ASM)
165 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict8x8_neon$(ASM)
166 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict16x16_neon$(ASM)
167 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem8x4_neon$(ASM)
168 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem8x8_neon$(ASM)
169 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem16x16_neon$(ASM)
170 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon$(ASM)
171 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon$(ASM
    [all...]
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 1 package com.example.neon;
31 * /data/data/com.example.neon/lib/libhelloneon.so at
  /ndk/tests/build/stlport-src-suffix/jni/
Android.mk 17 LOCAL_SRC_FILES := test_stlport.cpp.neon
22 LOCAL_SRC_FILES := test_stlport.cpp.arm.neon
  /dalvik/vm/mterp/
rebuild.sh 23 for arch in portable allstubs armv5te armv5te-vfp armv7-a armv7-a-neon mips x86; do TARGET_ARCH_EXT=$arch make -f Makefile-mterp; done
  /development/ndk/samples/hello-neon/jni/
Android.mk 11 LOCAL_SRC_FILES += helloneon-intrinsics.c.neon
  /device/asus/flo/
BoardConfigCommon.mk 17 TARGET_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp
18 TARGET_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp
23 TARGET_ARCH_VARIANT := armv7-a-neon
  /device/generic/armv7-a-neon/
mini_armv7a_neon.mk 18 PRODUCT_DEVICE := armv7-a-neon
20 PRODUCT_MODEL := Mini for armv7-a-neon
23 DEVICE_PACKAGE_OVERLAYS := device/generic/armv7-a-neon/overlay
BoardConfig.mk 11 TARGET_ARCH_VARIANT := armv7-a-neon
  /external/skia/src/core/
SkUtilsArm.cpp 20 // cpu-features helper library to detect NEON at runtime. See
49 // the ARM NEON instruction set. This implementation is Linux-specific.
68 SkDebugf("Forcing ARM Neon mode to full!\n");
72 SkDebugf("Disabling ARM NEON mode\n");
86 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
91 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
104 // If we fail any of the following, assume we don't have NEON instructions
155 // Now find an instance of 'neon' in the flags list. We want to
156 // ensure it's only 'neon' and not something fancy like 'noneon'
158 const char neon[] = " neon" local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_QuantTables_s.S 10 .fpu neon
armVCM4P10_DequantTables_s.S 10 .fpu neon
  /build/core/combo/arch/arm/
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
21 -mfpu=neon
  /external/clang/lib/Headers/
Android.mk 8 $(call transform-host-clang-td-to-out,arm-neon)
  /device/lge/mako/
BoardConfig.mk 17 TARGET_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp
18 TARGET_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp
23 TARGET_ARCH_VARIANT := armv7-a-neon
  /device/ti/panda/
BoardConfig.mk 33 TARGET_ARCH_VARIANT := armv7-a-neon
  /external/webrtc/src/modules/audio_processing/aecm/
Android.mk 10 # Build the non-neon library.
58 # Build the neon library.
73 -mfpu=neon \
  /external/webrtc/src/modules/audio_processing/ns/
Android.mk 10 # Build the non-neon library.
60 # Build the neon library.
75 -mfpu=neon \
  /ndk/tests/build/build-mode/jni/
Android.mk 37 # We build 8 armeabi-v7a binaries because we need to check neon as well
70 LOCAL_SRC_FILES := main.c.neon
91 LOCAL_SRC_FILES := main.c.arm.neon

Completed in 435 milliseconds

1 2 3 4 5