Home
last modified time | relevance | path

Searched refs:HAVE_NEON (Results 1 – 25 of 35) sorted by relevance

12

/external/libvpx/libvpx/vp8/
Dvp8_common.mk153 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c
154 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem_neon.c
155 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon.c
156 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequant_idct_neon.c
157 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon.c
158 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_blk_neon.c
159 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_0_2x_neon.c
160 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_full_2x_neon.c
161 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon.c
162 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_loopfilter_neon.c
[all …]
Dvp8cx_arm.mk25 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/denoising_neon.c
26 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/fastquantizeb_neon.c
27 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/shortfdct_neon.c
28 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_shortwalsh4x4_neon.c
/external/libvpx/libvpx/vpx_ports/
Darm_cpudetect.c55 #if HAVE_NEON || HAVE_NEON_ASM in arm_cpu_caps()
89 #if HAVE_NEON || HAVE_NEON_ASM
119 #if HAVE_NEON || HAVE_NEON_ASM
149 #if HAVE_NEON || HAVE_NEON_ASM
Dmem.h37 #if HAVE_NEON && defined(_MSC_VER)
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk56 DSP_SRCS-$(HAVE_NEON) += arm/intrapred_neon.c
93 ifeq ($(HAVE_NEON),yes)
133 DSP_SRCS-$(HAVE_NEON) += arm/loopfilter_neon.c
140 ifeq ($(HAVE_NEON),yes)
181 DSP_SRCS-$(HAVE_NEON) += arm/fwd_txfm_neon.c
211 ifeq ($(HAVE_NEON),yes)
222 DSP_SRCS-$(HAVE_NEON) += arm/idct16x16_neon.c
262 DSP_SRCS-$(HAVE_NEON) += arm/sad4d_neon.c
263 DSP_SRCS-$(HAVE_NEON) += arm/sad_neon.c
264 DSP_SRCS-$(HAVE_NEON) += arm/subtract_neon.c
[all …]
/external/libvpx/libvpx/vp9/
Dvp9cx.mk128 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_dct_neon.c
129 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_error_neon.c
131 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_avg_neon.c
132 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_quantize_neon.c
Dvp9_common.mk91 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c
92 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c
/external/libvpx/libvpx/test/
Dtest_intra_pred_speed.cc210 #if HAVE_NEON
263 #if HAVE_NEON
314 #if HAVE_NEON
367 #if HAVE_NEON
Dvp9_subtract_test.cc100 #if HAVE_NEON
/external/libvpx/libvpx/vp8/common/arm/
Dloopfilter_arm.c28 #if HAVE_NEON
121 #if HAVE_NEON
/external/libvpx/config/x86_64/
Dvpx_config.asm7 %define HAVE_NEON 0
Dvpx_config.h19 #define HAVE_NEON 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm7 %define HAVE_NEON 0
Dvpx_config.h19 #define HAVE_NEON 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h19 #define HAVE_NEON 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h19 #define HAVE_NEON 1 macro
Dvpx_config.asm10 .equ HAVE_NEON , 1 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h19 #define HAVE_NEON 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h19 #define HAVE_NEON 1 macro
Dvpx_config.asm10 .equ HAVE_NEON , 1 define
/external/libvpx/config/arm/
Dvpx_config.h19 #define HAVE_NEON 0 macro
Dvpx_config.asm10 .equ HAVE_NEON , 0 define
/external/libvpx/config/mips32/
Dvpx_config.h19 #define HAVE_NEON 0 macro
/external/libvpx/config/generic/
Dvpx_config.h19 #define HAVE_NEON 0 macro
Dvpx_config.asm10 .equ HAVE_NEON , 0 define

12