Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk43 DSP_SRCS-$(HAVE_SSE2) += x86/intrapred_sse2.asm
51 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_intrapred_sse2.asm
72 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_8t_sse2.asm
73 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_bilinear_sse2.asm
79 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_high_subpixel_8t_sse2.asm
80 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_high_subpixel_bilinear_sse2.asm
83 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_convolve_copy_sse2.asm
160 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_loopfilter_sse2.c
164 DSP_SRCS-$(HAVE_SSE2) += x86/txfm_common_sse2.h
170 DSP_SRCS-$(HAVE_SSE2) += x86/fwd_txfm_sse2.h
[all …]
/external/libvpx/libvpx/vp9/
Dvp9cx.mk94 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_avg_intrin_sse2.c
95 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_temporal_filter_apply_sse2.asm
96 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_quantize_sse2.c
98 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_highbd_block_error_intrin_sse2.c
104 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_highbd_error_sse2.asm
107 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm
118 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c
122 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_denoiser_sse2.c
Dvp9_common.mk69 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_mfqe_sse2.asm
70 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
88 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
/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/temporal_filter_apply_sse2.asm
96 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c
101 VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
Dvp8_common.mk88 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/copy_sse2.asm
89 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idct_blk_sse2.c
90 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm
91 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm
92 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm
93 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm
94 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm
100 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/mfqe_sse2.asm
101 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm
105 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.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.h64 #ifdef 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/test/
Dtest_intra_pred_speed.cc245 #if HAVE_SSE2 && CONFIG_USE_X86INC
291 #if HAVE_SSE2 && CONFIG_USE_X86INC
342 #if HAVE_SSE2 && CONFIG_USE_X86INC
Dfdct4x4_test.cc81 #if HAVE_SSE2
498 #if CONFIG_USE_X86INC && HAVE_SSE2 && !CONFIG_VP9_HIGHBITDEPTH && \
506 #if HAVE_SSE2 && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
521 #if HAVE_SSE2 && CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
Dtest.mk118 LIBVPX_TEST_SRCS-$(HAVE_SSE2) += vp8_denoiser_sse2_test.cc
159 LIBVPX_TEST_SRCS-$(HAVE_SSE2) += vp9_denoiser_sse2_test.cc
Dpp_filter_test.cc108 #if HAVE_SSE2
/external/libvpx/config/x86_64/
Dvpx_config.asm15 %define HAVE_SSE2 1
Dvpx_config.h27 #define HAVE_SSE2 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm15 %define HAVE_SSE2 1
Dvpx_config.h27 #define HAVE_SSE2 1 macro
/external/libvpx/config/mips64/
Dvpx_config.h27 #define HAVE_SSE2 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h27 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h27 #define HAVE_SSE2 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h27 #define HAVE_SSE2 0 macro
/external/libvpx/config/arm/
Dvpx_config.h27 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32/
Dvpx_config.h27 #define HAVE_SSE2 0 macro
/external/libvpx/config/generic/
Dvpx_config.h27 #define HAVE_SSE2 0 macro
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_x86.c33 #if HAVE_SSE2 && ARCH_X86_64
127 #if HAVE_SSE2

12