Home
last modified time | relevance | path

Searched refs:HAVE_SSSE3 (Results 1 – 25 of 42) sorted by relevance

12

/external/python/cpython3/Modules/_blake2/impl/
Dblake2-config.h25 #define HAVE_SSSE3 macro
60 #ifndef HAVE_SSSE3
61 #define HAVE_SSSE3 macro
65 #ifdef HAVE_SSSE3
Dblake2b-round.h30 #ifdef HAVE_SSSE3
84 #if defined(HAVE_SSSE3)
Dblake2s.c27 #if defined(HAVE_SSSE3)
257 #if defined(HAVE_SSSE3) && !defined(HAVE_XOP) in blake2s_compress()
Dblake2b.c29 #if defined(HAVE_SSSE3)
267 #if defined(HAVE_SSSE3) && !defined(HAVE_XOP) in blake2b_compress()
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk52 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/
Dvp9cx.mk115 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/
Dvpx_config.asm16 %define HAVE_SSSE3 1
Dvpx_config.h28 #define HAVE_SSSE3 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm16 %define HAVE_SSSE3 1
Dvpx_config.h28 #define HAVE_SSSE3 1 macro
/external/libvpx/config/arm/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
Dvpx_config.asm19 .equ HAVE_SSSE3 , 0 define
/external/libvpx/config/mips64-msa/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/config/generic/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
Dvpx_config.asm19 .equ HAVE_SSSE3 , 0 define
/external/libvpx/config/mips32-msa/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/config/mips32/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
Dvpx_config.asm19 .equ HAVE_SSSE3 , 0 define
/external/libvpx/config/arm64/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
Dvpx_config.asm19 .equ HAVE_SSSE3 , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/libvpx/test/
Dpredict_test.cc310 #if HAVE_SSSE3
371 #if HAVE_SSSE3
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c31 #if HAVE_SSSE3 || HAVE_NEON in vp9_scale_and_extend_frame_c()

12