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

1 2

  /external/jemalloc/test/include/test/
jemalloc_test_defs.h 6 * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
10 #define HAVE_SSE2
jemalloc_test.h 31 #ifdef HAVE_SSE2
  /external/python/cpython3/Modules/_blake2/impl/
blake2-config.h 21 #define HAVE_SSE2
66 #define HAVE_SSE2
69 #if !defined(HAVE_SSE2)
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk 17 DSP_SRCS-$(HAVE_SSE2) += x86/bitdepth_conversion_sse2.h
21 #DSP_SRCS-$(HAVE_SSE2) += x86/bitdepth_conversion_sse2$(ASM)
51 DSP_SRCS-$(HAVE_SSE2) += x86/intrapred_sse2.asm
57 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_intrapred_sse2.asm
58 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_intrapred_intrin_sse2.c
70 DSP_SRCS-$(HAVE_SSE2) += x86/add_noise_sse2.asm
71 DSP_SRCS-$(HAVE_SSE2) += x86/deblock_sse2.asm
93 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_8t_sse2.asm
94 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_bilinear_sse2.asm
100 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_high_subpixel_8t_sse2.as
    [all...]
  /external/libvpx/libvpx/vp8/
vp8cx.mk 85 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/dct_sse2.asm
86 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/fwalsh_sse2.asm
87 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_quantize_sse2.c
92 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c
95 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
96 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c
100 VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
vp8_common.mk 85 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/copy_sse2.asm
86 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idct_blk_sse2.c
87 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm
88 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm
89 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm
90 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm
91 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm
96 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/mfqe_sse2.asm
100 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.asm
  /external/libvpx/libvpx/vp9/
vp9cx.mk 105 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_quantize_sse2.c
108 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_highbd_block_error_intrin_sse2.c
111 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.asm
112 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm
118 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_intrin_sse2.c
123 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_denoiser_sse2.c
vp9_common.mk 67 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_mfqe_sse2.asm
85 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
  /external/libvpx/config/arm/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/arm-neon/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/arm64/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/generic/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/mips32/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/mips32-msa/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/mips64/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/mips64-msa/
vpx_config.h 26 #define HAVE_SSE2 0
  /external/libvpx/config/x86/
vpx_config.h 26 #define HAVE_SSE2 1
  /external/libvpx/config/x86_64/
vpx_config.h 26 #define HAVE_SSE2 1
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_x86.c 25 #if HAVE_SSE2 && ARCH_X86_64
41 #if HAVE_SSE2
  /external/jemalloc/test/src/
SFMT.c 79 #elif defined(HAVE_SSE2)
121 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
136 #elif defined(HAVE_SSE2)
161 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
242 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
280 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
  /external/libvpx/libvpx/test/
sum_squares_test.cc 107 #if HAVE_SSE2
112 #endif // HAVE_SSE2
vp9_denoiser_test.cc 105 #if HAVE_SSE2
118 #endif // HAVE_SSE2
vp9_subtract_test.cc 91 #if HAVE_SSE2
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_asm_stubs.c 15 #if HAVE_SSE2
162 #endif // HAVE_SSE2

Completed in 298 milliseconds

1 2