Home
last modified time | relevance | path

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

123

/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()
/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
94 DSP_SRCS-$(HAVE_SSSE3) += x86/convolve_ssse3.h
99 DSP_SRCS-$(HAVE_SSSE3) += x86/vpx_subpixel_8t_ssse3.asm
100 DSP_SRCS-$(HAVE_SSSE3) += x86/vpx_subpixel_bilinear_ssse3.asm
102 DSP_SRCS-$(HAVE_SSSE3) += x86/vpx_subpixel_8t_intrin_ssse3.c
210 DSP_SRCS-$(HAVE_SSSE3) += x86/fwd_txfm_ssse3_x86_64.asm
232 DSP_SRCS-$(HAVE_SSSE3) += x86/inv_txfm_ssse3.h
233 DSP_SRCS-$(HAVE_SSSE3) += x86/inv_txfm_ssse3.c
300 DSP_SRCS-$(HAVE_SSSE3) += x86/quantize_ssse3.c
[all …]
/external/libaom/libaom/test/
Dhiprec_convolve_test.cc43 #if HAVE_SSSE3 || HAVE_AVX2
50 #if HAVE_SSSE3
Dcomp_avg_pred_test.cc28 #if HAVE_SSSE3
42 #if HAVE_SSSE3
Dtest_intra_pred_speed.cc452 #if HAVE_SSSE3
536 #if HAVE_SSSE3
638 #if HAVE_SSSE3
748 #if HAVE_SSSE3
846 #if HAVE_SSSE3
1283 #if HAVE_SSSE3
1354 #if HAVE_SSSE3
1422 #if HAVE_SSSE3
Dav1_convolve_2d_test.cc121 #if HAVE_SSSE3
181 #if HAVE_SSSE3
Dcomp_mask_variance_test.cc37 #if HAVE_SSSE3 || HAVE_SSE2 || HAVE_AV2
160 #if HAVE_SSSE3
264 #if HAVE_SSSE3
/external/libvpx/libvpx/vp9/
Dvp9cx.mk118 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3_x86_64.asm
122 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3.c
123 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_frame_scale_ssse3.c
/external/libaom/config/x86/config/
Daom_config.asm63 %define HAVE_SSSE3 1
Daom_config.h76 #define HAVE_SSSE3 1 macro
/external/libaom/config/x86_64/config/
Daom_config.asm63 %define HAVE_SSSE3 1
Daom_config.h76 #define HAVE_SSSE3 1 macro
/external/libaom/config/arm64/config/
Daom_config.h76 #define HAVE_SSSE3 0 macro
/external/libaom/config/arm/config/
Daom_config.h76 #define HAVE_SSSE3 0 macro
/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-neon/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/config/generic/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h28 #define HAVE_SSSE3 0 macro
/external/libvpx/libvpx/test/
Dpredict_test.cc327 #if HAVE_SSSE3
392 #if HAVE_SSSE3
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c31 #if HAVE_SSSE3 || HAVE_NEON in vp9_scale_and_extend_frame_c()

123