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

  /external/libvpx/libvpx/vp8/common/arm/
dequantize_arm.c 15 #if HAVE_NEON
23 #if HAVE_NEON
reconintra_arm.c 17 #if HAVE_NEON
variance_arm.c 98 #if HAVE_NEON
loopfilter_arm.c 28 #if HAVE_NEON
121 #if HAVE_NEON
  /external/libvpx/libvpx/vp8/
vp8cx_arm.mk 38 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/fastquantizeb_neon$(ASM)
39 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/picklpf_arm.c
40 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/shortfdct_neon$(ASM)
41 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/subtract_neon$(ASM)
42 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_mse16x16_neon$(ASM)
43 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_memcpy_neon$(ASM)
44 VP8_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp8_shortwalsh4x4_neon$(ASM)
vp8_common.mk 162 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict4x4_neon$(ASM)
163 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict8x4_neon$(ASM)
164 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict8x8_neon$(ASM)
165 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict16x16_neon$(ASM)
166 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem8x4_neon$(ASM)
167 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem8x8_neon$(ASM)
168 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem16x16_neon$(ASM)
169 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon$(ASM)
170 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon$(ASM)
171 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfilter_neon$(ASM
    [all...]
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 50 #if HAVE_NEON
52 #endif /* HAVE_NEON */
93 #if HAVE_NEON
103 #endif /* HAVE_NEON */
128 #if HAVE_NEON
131 #endif /* HAVE_NEON */
158 #if HAVE_EDSP || HAVE_NEON
166 #if HAVE_NEON
171 #endif /* HAVE_NEON */
174 #endif /* HAVE_EDSP || HAVE_NEON */
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_common.mk 124 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve_neon.c
125 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct16x16_neon.c
126 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_neon$(ASM)
127 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_avg_neon$(ASM)
128 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon$(ASM)
129 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM)
130 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_1_add_neon$(ASM)
131 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_add_neon$(ASM)
132 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_1_add_neon$(ASM)
133 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_add_neon$(ASM
    [all...]
  /external/libvpx/libvpx/vpx_scale/
vpx_scale_asm_offsets.c 37 #if HAVE_NEON
  /external/libvpx/armv7a/
vpx_config.h 21 #define HAVE_NEON 0
  /external/libvpx/armv7a-neon/
vpx_config.h 21 #define HAVE_NEON 1
  /external/libvpx/generic/
vpx_config.h 21 #define HAVE_NEON 0
  /external/libvpx/libvpx/vp8/encoder/arm/
quantize_arm.c 21 #if HAVE_NEON
64 #endif /* HAVE_NEON */
  /external/libvpx/mips/
vpx_config.h 21 #define HAVE_NEON 0
  /external/libvpx/mips-dspr2/
vpx_config.h 21 #define HAVE_NEON 0
  /external/libvpx/libvpx/build/make/
Android.mk 118 ifeq ($(HAVE_NEON), yes)
198 ifeq ($(HAVE_NEON), yes)
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 182 #if HAVE_NEON
310 #if HAVE_NEON
322 #if HAVE_NEON
406 #if HAVE_NEON
  /development/ndk/samples/hello-neon/jni/
helloneon.c 126 /* HAVE_NEON is defined in Android.mk ! */
127 #ifdef HAVE_NEON
158 #else /* !HAVE_NEON */
160 #endif /* !HAVE_NEON */
  /external/libvpx/libvpx/test/
convolve_test.cc 646 #if HAVE_NEON
sad_test.cc 378 #if HAVE_NEON
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 95 milliseconds