Home
last modified time | relevance | path

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

123

/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
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) += x86/vpx_high_subpixel_bilinear_sse2.asm
106 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_convolve_copy_sse2.asm
[all …]
/external/libvpx/libvpx/vp8/
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
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/
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
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/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/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/libvpx/libvpx/test/
Dfdct4x4_test.cc81 #if HAVE_SSE2
457 #if HAVE_SSE2 && !CONFIG_EMULATE_HARDWARE
465 #if HAVE_SSE2 && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
479 #if HAVE_SSE2 && CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
Dpredict_test.cc303 #if HAVE_SSE2
356 #if HAVE_SSE2
/external/libvpx/config/x86_64/
Dvpx_config.asm14 %define HAVE_SSE2 1
Dvpx_config.h26 #define HAVE_SSE2 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm14 %define HAVE_SSE2 1
Dvpx_config.h26 #define HAVE_SSE2 1 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32-msa/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/arm/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips64-msa/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/generic/
Dvpx_config.h26 #define HAVE_SSE2 0 macro
/external/libvpx/config/mips32/
Dvpx_config.h26 #define HAVE_SSE2 0 macro

123