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

1 2

  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk 60 DSP_SRCS-$(HAVE_NEON) += arm/highbd_intrapred_neon.c
69 DSP_SRCS-$(HAVE_NEON) += arm/deblock_neon.c
75 DSP_SRCS-$(HAVE_NEON) += arm/intrapred_neon.c
103 DSP_SRCS-$(HAVE_NEON) += arm/highbd_vpx_convolve_copy_neon.c
104 DSP_SRCS-$(HAVE_NEON) += arm/highbd_vpx_convolve_avg_neon.c
105 DSP_SRCS-$(HAVE_NEON) += arm/highbd_vpx_convolve8_neon.c
106 DSP_SRCS-$(HAVE_NEON) += arm/highbd_vpx_convolve_neon.c
110 DSP_SRCS-$(HAVE_NEON) += arm/vpx_scaled_convolve8_neon.c
119 ifeq ($(HAVE_NEON),yes)
124 endif # HAVE_NEON
    [all...]
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 53 #if HAVE_NEON || HAVE_NEON_ASM
55 #endif /* HAVE_NEON || HAVE_NEON_ASM */
80 #if HAVE_NEON || HAVE_NEON_ASM
90 #endif /* HAVE_NEON || HAVE_NEON_ASM */
107 #if HAVE_NEON || HAVE_NEON_ASM
109 #endif /* HAVE_NEON || HAVE_NEON_ASM */
136 #if HAVE_NEON || HAVE_NEON_ASM
144 #endif /* HAVE_NEON || HAVE_NEON_ASM */
mem.h 32 #if HAVE_NEON && defined(_MSC_VER)
  /external/libvpx/libvpx/vp8/
vp8_common.mk 132 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/loopfilter_arm.c
133 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c
134 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem_neon.c
135 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon.c
136 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequant_idct_neon.c
137 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon.c
138 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_blk_neon.c
139 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_0_2x_neon.c
140 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_full_2x_neon.c
141 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon.
    [all...]
vp8cx.mk 103 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/denoising_neon.c
104 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/fastquantizeb_neon.c
105 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/shortfdct_neon.c
106 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_shortwalsh4x4_neon.c
  /external/libvpx/config/arm/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/arm-neon/
vpx_config.h 18 #define HAVE_NEON 1
  /external/libvpx/config/arm64/
vpx_config.h 18 #define HAVE_NEON 1
  /external/libvpx/config/generic/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/mips32/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/mips32-msa/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/mips64/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/mips64-msa/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/x86/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/config/x86_64/
vpx_config.h 18 #define HAVE_NEON 0
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 52 #if HAVE_NEON
65 #endif // HAVE_NEON
  /external/libvpx/libvpx/vp9/
vp9cx.mk 124 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_denoiser_neon.c
130 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_error_neon.c
132 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_dct_neon.c
133 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_frame_scale_neon.c
134 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_quantize_neon.c
vp9_common.mk 88 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c
89 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c
  /external/libvpx/libvpx/test/
vp9_denoiser_test.cc 120 #if HAVE_NEON
vp9_subtract_test.cc 95 #if HAVE_NEON
dct_partial_test.cc 136 #if HAVE_NEON
154 #endif // HAVE_NEON
idct_test.cc 158 #if HAVE_NEON
161 #endif // HAVE_NEON
minmax_test.cc 125 #if HAVE_NEON
  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 31 #if HAVE_SSSE3 || HAVE_NEON

Completed in 473 milliseconds

1 2