Home
last modified time | relevance | path

Searched refs:HAVE_NEON_ASM (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/vpx_ports/
Darm_cpudetect.c53 #if HAVE_NEON || HAVE_NEON_ASM in arm_cpu_caps()
80 #if HAVE_NEON || HAVE_NEON_ASM in arm_cpu_caps()
107 #if HAVE_NEON || HAVE_NEON_ASM in arm_cpu_caps()
136 #if HAVE_NEON || HAVE_NEON_ASM in arm_cpu_caps()
/external/libvpx/libvpx/test/
Dregister_state_check.h92 #elif defined(CONFIG_SHARED) && defined(HAVE_NEON_ASM) && \
93 defined(CONFIG_VP9) && !CONFIG_SHARED && HAVE_NEON_ASM && CONFIG_VP9
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk76 DSP_SRCS-$(HAVE_NEON_ASM) += arm/intrapred_neon_asm$(ASM)
117 ifeq ($(HAVE_NEON_ASM),yes)
173 ifeq ($(HAVE_NEON_ASM),yes)
235 DSP_SRCS-$(HAVE_NEON_ASM) += arm/save_reg_neon$(ASM)
273 ifeq ($(HAVE_NEON_ASM),yes)
/external/libvpx/config/x86_64/
Dvpx_config.asm7 %define HAVE_NEON_ASM 0
Dvpx_config.h19 #define HAVE_NEON_ASM 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm7 %define HAVE_NEON_ASM 0
Dvpx_config.h19 #define HAVE_NEON_ASM 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h19 #define HAVE_NEON_ASM 1 macro
Dvpx_config.asm11 .equ HAVE_NEON_ASM , 1 define
/external/libvpx/config/generic/
Dvpx_config.h19 #define HAVE_NEON_ASM 0 macro
Dvpx_config.asm11 .equ HAVE_NEON_ASM , 0 define
/external/libvpx/config/arm64/
Dvpx_config.h19 #define HAVE_NEON_ASM 0 macro
Dvpx_config.asm11 .equ HAVE_NEON_ASM , 0 define
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c670 #if !HAVE_NEON_ASM