Home
last modified time | relevance | path

Searched refs:HAVE_SSE2 (Results 1 – 25 of 92) sorted by relevance

1234

/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk17 DSP_SRCS-$(HAVE_SSE2) += x86/bitdepth_conversion_sse2.h
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
72 DSP_SRCS-$(HAVE_SSE2) += x86/post_proc_sse2.c
93 DSP_SRCS-$(HAVE_SSE2) += x86/convolve_sse2.h
96 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_8t_sse2.asm
97 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_4t_intrin_sse2.c
[all …]
/external/libvpx/libvpx/vp8/
Dvp8cx.mk85 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/block_error_sse2.asm
96 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
97 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
Dvp8_common.mk83 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/copy_sse2.asm
84 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idct_blk_sse2.c
85 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm
86 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm
87 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/bilinear_filter_sse2.c
88 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm
89 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm
90 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm
95 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/mfqe_sse2.asm
99 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.asm
/external/python/cpython3/Modules/_blake2/impl/
Dblake2-config.h21 #define HAVE_SSE2 macro
66 #define HAVE_SSE2 macro
69 #if !defined(HAVE_SSE2)
/external/libvpx/libvpx/vp9/
Dvp9cx.mk107 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_quantize_sse2.c
111 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_highbd_block_error_intrin_sse2.c
114 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.asm
115 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm
121 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_intrin_sse2.c
126 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_denoiser_sse2.c
Dvp9_common.mk70 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
79 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_mfqe_sse2.asm
/external/jemalloc/test/include/test/
Djemalloc_test_defs.h.in5 * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
8 #undef HAVE_SSE2
Djemalloc_test_defs.h10 #define HAVE_SSE2 macro
Djemalloc_test.h31 #ifdef HAVE_SSE2
/external/jemalloc_new/test/include/test/
Djemalloc_test_defs.h.in5 * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
8 #undef HAVE_SSE2
Djemalloc_test.h35 #ifdef HAVE_SSE2
/external/libaom/libaom/test/
Dcomp_avg_pred_test.cc56 #if HAVE_SSE2
70 #if HAVE_SSE2
Dtest_intra_pred_speed.cc437 #if HAVE_SSE2
517 #if HAVE_SSE2
612 #if HAVE_SSE2
726 #if HAVE_SSE2
828 #if HAVE_SSE2
1211 #if HAVE_SSE2
1262 #if HAVE_SSE2
1331 #if HAVE_SSE2
1405 #if HAVE_SSE2
Dav1_convolve_2d_test.cc41 #if HAVE_SSE2
105 #if HAVE_SSE2
177 #if HAVE_SSE2
Dhiprec_convolve_test.cc27 #if HAVE_SSE2
/external/jemalloc_new/test/src/
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/jemalloc/test/src/
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/vp8/common/x86/
Dloopfilter_x86.c25 #if HAVE_SSE2 && ARCH_X86_64
41 #if HAVE_SSE2
/external/libaom/libaom/aom_dsp/
Daom_simd.h32 #elif HAVE_SSE2 && (defined(_WIN64) || !defined(_MSC_VER) || defined(__clang__))
/external/libaom/config/x86_64/config/
Daom_config.asm59 %define HAVE_SSE2 1
Daom_config.h72 #define HAVE_SSE2 1 macro
/external/libaom/config/x86/config/
Daom_config.asm59 %define HAVE_SSE2 1
Daom_config.h72 #define HAVE_SSE2 1 macro
/external/libaom/config/arm64/config/
Daom_config.h72 #define HAVE_SSE2 0 macro
/external/libaom/config/arm/config/
Daom_config.h72 #define HAVE_SSE2 0 macro

1234