/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 17 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/ |
D | 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
|
D | vp8cx.mk | 80 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/ |
D | 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
|
D | 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/jemalloc/test/include/test/ |
D | jemalloc_test_defs.h.in | 5 * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its 8 #undef HAVE_SSE2
|
D | jemalloc_test_defs.h | 10 #define HAVE_SSE2 macro
|
D | jemalloc_test.h | 31 #ifdef HAVE_SSE2
|
/external/jemalloc/test/src/ |
D | 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/vp8/common/x86/ |
D | loopfilter_x86.c | 25 #if HAVE_SSE2 && ARCH_X86_64 41 #if HAVE_SSE2
|
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 81 #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
|
D | predict_test.cc | 303 #if HAVE_SSE2 356 #if HAVE_SSE2
|
/external/libvpx/config/x86_64/ |
D | vpx_config.asm | 14 %define HAVE_SSE2 1
|
D | vpx_config.h | 26 #define HAVE_SSE2 1 macro
|
/external/libvpx/config/x86/ |
D | vpx_config.asm | 14 %define HAVE_SSE2 1
|
D | vpx_config.h | 26 #define HAVE_SSE2 1 macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/mips32-msa/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/arm/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/mips64-msa/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/arm64/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/mips64/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/generic/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|
/external/libvpx/config/mips32/ |
D | vpx_config.h | 26 #define HAVE_SSE2 0 macro
|