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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_common.mk 133 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) += common/arm/neon/vp9_idct4x4_add_neon$(ASM
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
arm_cpudetect.c 58 #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/
register_state_check.h 94 #elif defined(CONFIG_SHARED) && defined(HAVE_NEON_ASM) && defined(CONFIG_VP9) \
95 && !CONFIG_SHARED && HAVE_NEON_ASM && CONFIG_VP9
partial_idct_test.cc 233 #if HAVE_NEON_ASM
dct32x32_test.cc 336 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
fdct4x4_test.cc 461 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
fdct8x8_test.cc 571 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
dct16x16_test.cc 748 #if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH
convolve_test.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
vpx_config.h 22 #define HAVE_NEON_ASM 1
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vpx_config.h 22 #define HAVE_NEON_ASM 1
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/linux/generic/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/linux/ia32/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/nacl/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/win/ia32/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vpx_config.h 22 #define HAVE_NEON_ASM 0
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8cx_arm.mk 38 VP8_CX_SRCS-$(HAVE_NEON_ASM) += encoder/arm/neon/fastquantizeb_neon$(ASM)
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Android.mk 133 ifeq ($(HAVE_NEON_ASM), yes)

Completed in 1877 milliseconds