HomeSort by relevance Sort by last modified time
    Searched refs:HAVE_SSSE3 (Results 1 - 25 of 36) sorted by null

1 2

  /external/python/cpython3/Modules/_blake2/impl/
blake2-config.h 25 #define HAVE_SSSE3
60 #ifndef HAVE_SSSE3
61 #define HAVE_SSSE3
65 #ifdef HAVE_SSSE3
blake2s-round.h 30 #ifdef HAVE_SSSE3
blake2b-round.h 30 #ifdef HAVE_SSSE3
84 #if defined(HAVE_SSSE3)
blake2b.c 29 #if defined(HAVE_SSSE3)
267 #if defined(HAVE_SSSE3) && !defined(HAVE_XOP)
blake2s.c 27 #if defined(HAVE_SSSE3)
257 #if defined(HAVE_SSSE3) && !defined(HAVE_XOP)
  /external/libvpx/config/arm/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/arm-neon/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/arm64/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/generic/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/mips32/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/mips32-msa/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/mips64/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/mips64-msa/
vpx_config.h 28 #define HAVE_SSSE3 0
  /external/libvpx/config/x86/
vpx_config.h 28 #define HAVE_SSSE3 1
  /external/libvpx/config/x86_64/
vpx_config.h 28 #define HAVE_SSSE3 1
  /external/libvpx/libvpx/vpx_dsp/
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.
    [all...]
  /external/libvpx/libvpx/vp9/
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/libvpx/vp9/encoder/
vp9_frame_scale.c 31 #if HAVE_SSSE3 || HAVE_NEON
  /external/libvpx/libvpx/test/
quantize_test.cc 177 #if HAVE_SSSE3
181 #endif // HAVE_SSSE3
predict_test.cc 310 #if HAVE_SSSE3
371 #if HAVE_SSSE3
vp9_scale_test.cc 204 #if HAVE_SSSE3
207 #endif // HAVE_SSSE3
test_intra_pred_speed.cc 234 #if HAVE_SSSE3
249 #endif // HAVE_SSSE3
520 #if HAVE_SSSE3
545 #endif // HAVE_SSSE3
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 192 #if HAVE_SSSE3
  /external/libvpx/libvpx/vp8/
vp8cx.mk 88 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp8_quantize_ssse3.c

Completed in 250 milliseconds

1 2