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

12

/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)
39 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/picklpf_arm.c
40 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/shortfdct_neon$(ASM)
41 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/subtract_neon$(ASM)
42 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/vp8_mse16x16_neon$(ASM)
43 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/vp8_memcpy_neon$(ASM)
44 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/vp8_shortwalsh4x4_neon$(ASM)
H A Dvp8_common.mk160 #VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/reconintra_arm.c
161 VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/loopfilter_neon$(ASM)
162 VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/loopfiltersimpleverticaledge_neon$(ASM)
163 #VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/buildintrapredictorsmby_neon$(ASM)
164 VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/idct_blk_neon.c
165 VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/idct_dequant_0_2x_neon$(ASM)
166 VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/idct_dequant_full_2x_neon$(ASM)
167 VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp8_subpixelvariance8x8_neon$(ASM)
168 VP8_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp8_subpixelvariance16x16_neon$(ASM)
169 VP8_COMMON_SRCS-$(HAVE_NEON_ASM)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_common.mk127 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_convolve_neon.c
128 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_idct16x16_neon.c
129 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_16_neon.c
130 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_convolve8_neon$(ASM)
131 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_convolve8_avg_neon$(ASM)
132 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_neon$(ASM)
133 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_16_neon$(ASM)
134 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM)
135 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_idct4x4_1_add_neon$(ASM)
136 VP9_COMMON_SRCS-$(HAVE_NEON_ASM)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
H A Dreconintra_arm.c17 #if HAVE_NEON_ASM
H A Dvariance_arm.c98 #if HAVE_NEON_ASM
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dregister_state_check.h85 #elif defined(CONFIG_SHARED) && defined(HAVE_NEON_ASM) && defined(CONFIG_VP9) \
86 && !CONFIG_SHARED && HAVE_NEON_ASM && CONFIG_VP9
/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
H A Dvpx_config.asm10 HAVE_NEON_ASM equ 0 define
/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
H A Dvpx_config.asm10 HAVE_NEON_ASM equ 0 define
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
H A Dvpx_config.asm10 HAVE_NEON_ASM equ 0 define
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
H A Dvpx_config.asm10 HAVE_NEON_ASM equ 0 define
/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
H A Dvpx_config.asm10 HAVE_NEON_ASM equ 0 define
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvpx_config.h22 #define HAVE_NEON_ASM 0 macro
H A Dvpx_config.asm10 HAVE_NEON_ASM equ 0 define

Completed in 102 milliseconds

12