/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2-config.h | 25 #define HAVE_SSSE3 macro 60 #ifndef HAVE_SSSE3 61 #define HAVE_SSSE3 macro 65 #ifdef HAVE_SSSE3
|
D | blake2b-round.h | 30 #ifdef HAVE_SSSE3 84 #if defined(HAVE_SSSE3)
|
D | blake2s.c | 27 #if defined(HAVE_SSSE3) 257 #if defined(HAVE_SSSE3) && !defined(HAVE_XOP) in blake2s_compress()
|
D | blake2b.c | 29 #if defined(HAVE_SSSE3) 267 #if defined(HAVE_SSSE3) && !defined(HAVE_XOP) in blake2b_compress()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 52 DSP_SRCS-$(HAVE_SSSE3) += x86/intrapred_ssse3.asm 59 DSP_SRCS-$(HAVE_SSSE3) += x86/highbd_intrapred_intrin_ssse3.c 91 DSP_SRCS-$(HAVE_SSSE3) += x86/convolve_ssse3.h 95 DSP_SRCS-$(HAVE_SSSE3) += x86/vpx_subpixel_8t_ssse3.asm 96 DSP_SRCS-$(HAVE_SSSE3) += x86/vpx_subpixel_bilinear_ssse3.asm 98 DSP_SRCS-$(HAVE_SSSE3) += x86/vpx_subpixel_8t_intrin_ssse3.c 196 DSP_SRCS-$(HAVE_SSSE3) += x86/fwd_txfm_ssse3_x86_64.asm 217 DSP_SRCS-$(HAVE_SSSE3) += x86/inv_txfm_ssse3.h 218 DSP_SRCS-$(HAVE_SSSE3) += x86/inv_txfm_ssse3.c 284 DSP_SRCS-$(HAVE_SSSE3) += x86/quantize_ssse3.c [all …]
|
/external/libvpx/libvpx/vp9/ |
D | vp9cx.mk | 115 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3_x86_64.asm 119 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3.c 120 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_frame_scale_ssse3.c
|
/external/libvpx/config/x86_64/ |
D | vpx_config.asm | 16 %define HAVE_SSSE3 1
|
D | vpx_config.h | 28 #define HAVE_SSSE3 1 macro
|
/external/libvpx/config/x86/ |
D | vpx_config.asm | 16 %define HAVE_SSSE3 1
|
D | vpx_config.h | 28 #define HAVE_SSSE3 1 macro
|
/external/libvpx/config/arm/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
D | vpx_config.asm | 19 .equ HAVE_SSSE3 , 0 define
|
/external/libvpx/config/mips64-msa/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
/external/libvpx/config/mips64/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
/external/libvpx/config/generic/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
D | vpx_config.asm | 19 .equ HAVE_SSSE3 , 0 define
|
/external/libvpx/config/mips32-msa/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
/external/libvpx/config/mips32/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
D | vpx_config.asm | 19 .equ HAVE_SSSE3 , 0 define
|
/external/libvpx/config/arm64/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
D | vpx_config.asm | 19 .equ HAVE_SSSE3 , 0 define
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_config.h | 28 #define HAVE_SSSE3 0 macro
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 310 #if HAVE_SSSE3 371 #if HAVE_SSSE3
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_frame_scale.c | 31 #if HAVE_SSSE3 || HAVE_NEON in vp9_scale_and_extend_frame_c()
|