Searched refs:HAVE_SSE2 (Results 1 - 25 of 48) sorted by relevance

12

/external/jemalloc/test/include/test/
H A Djemalloc_test_defs.h6 * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
10 #define HAVE_SSE2 macro
H A Djemalloc_test.h31 #ifdef HAVE_SSE2
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp.mk17 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
58 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_intrapred_sse2.asm
69 DSP_SRCS-$(HAVE_SSE2) += x86/add_noise_sse2.asm
70 DSP_SRCS-$(HAVE_SSE2) += x86/deblock_sse2.asm
90 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_8t_sse2.asm
91 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_bilinear_sse2.asm
97 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_high_subpixel_8t_sse2.asm
98 DSP_SRCS-$(HAVE_SSE2)
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_common.mk85 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
H A Dvp8cx.mk80 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/dct_sse2.asm
81 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/fwalsh_sse2.asm
82 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_quantize_sse2.c
87 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c
90 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
91 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c
96 VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
/external/libvpx/libvpx/vp9/
H A Dvp9cx.mk105 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
H A Dvp9_common.mk67 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/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/arm-neon/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/arm64/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/generic/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32-msa/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips64/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips64-msa/
H A Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/x86/
H A Dvpx_config.h26 #define HAVE_SSE2 1 macro
/external/libvpx/config/x86_64/
H A Dvpx_config.h26 #define HAVE_SSE2 1 macro
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_x86.c25 #if HAVE_SSE2 && ARCH_X86_64
41 #if HAVE_SSE2
/external/jemalloc/test/src/
H A DSFMT.c79 #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/
H A Dsum_squares_test.cc107 #if HAVE_SSE2
112 #endif // HAVE_SSE2
H A Dvp9_denoiser_test.cc105 #if HAVE_SSE2
118 #endif // HAVE_SSE2
H A Dvp9_subtract_test.cc91 #if HAVE_SSE2
H A Dadd_noise_test.cc127 #if HAVE_SSE2
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_asm_stubs.c15 #if HAVE_SSE2
162 #endif // HAVE_SSE2

Completed in 530 milliseconds

12