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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_common.mk133 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_convolve_neon.c
134 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_idct16x16_neon.c
135 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_16_neon.c
136 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_convolve8_neon$(ASM)
137 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_convolve8_avg_neon$(ASM)
138 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_neon$(ASM)
139 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_16_neon$(ASM)
140 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM)
141 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_idct4x4_1_add_neon$(ASM)
142 VP9_COMMON_SRCS-$(HAVE_NEON_ASM)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Darm_cpudetect.c58 #if HAVE_NEON || HAVE_NEON_ASM
60 #endif /* HAVE_NEON || HAVE_NEON_ASM */
103 #if HAVE_NEON || HAVE_NEON_ASM
113 #endif /* HAVE_NEON || HAVE_NEON_ASM */
136 #if HAVE_NEON || HAVE_NEON_ASM
139 #endif /* HAVE_NEON || HAVE_NEON_ASM */
166 #if HAVE_EDSP || HAVE_NEON || HAVE_NEON_ASM
175 #if HAVE_NEON || HAVE_NEON_ASM
180 #endif /* HAVE_NEON || HAVE_NEON_ASM */
182 #endif /* HAVE_EDSP || HAVE_NEON || HAVE_NEON_ASM */
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dregister_state_check.h94 #elif defined(CONFIG_SHARED) && defined(HAVE_NEON_ASM) && defined(CONFIG_VP9) \
95 && !CONFIG_SHARED && HAVE_NEON_ASM && CONFIG_VP9
H A Dpartial_idct_test.cc233 #if HAVE_NEON_ASM
H A Ddct32x32_test.cc336 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
H A Dfdct4x4_test.cc461 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
H A Dfdct8x8_test.cc571 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
H A Ddct16x16_test.cc748 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
H A Dconvolve_test.cc1586 #if HAVE_NEON_ASM
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 1 macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 1 macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8cx_arm.mk38 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/fastquantizeb_neon$(ASM)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A DAndroid.mk133 ifeq ($(HAVE_NEON_ASM), yes)

Completed in 225 milliseconds