Home
last modified time | relevance | path

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

/external/libaom/config/x86/config/
Daom_config.asm60 %define HAVE_SSE3 1
Daom_config.h73 #define HAVE_SSE3 1 macro
/external/libaom/config/x86_64/config/
Daom_config.asm60 %define HAVE_SSE3 1
Daom_config.h73 #define HAVE_SSE3 1 macro
/external/libaom/config/arm64/config/
Daom_config.h73 #define HAVE_SSE3 0 macro
Daom_config.asm71 HAVE_SSE3 equ 0 define
/external/libaom/config/arm/config/
Daom_config.h73 #define HAVE_SSE3 0 macro
Daom_config.asm71 HAVE_SSE3 equ 0 define
/external/libvpx/config/x86_64/
Dvpx_config.asm15 %define HAVE_SSE3 1
Dvpx_config.h27 #define HAVE_SSE3 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm15 %define HAVE_SSE3 1
Dvpx_config.h27 #define HAVE_SSE3 1 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h27 #define HAVE_SSE3 0 macro
Dvpx_config.asm19 .equ HAVE_SSE3 , 0 define
/external/libvpx/config/generic/
Dvpx_config.h27 #define HAVE_SSE3 0 macro
Dvpx_config.asm19 .equ HAVE_SSE3 , 0 define
/external/libvpx/config/arm64/
Dvpx_config.h27 #define HAVE_SSE3 0 macro
Dvpx_config.asm19 .equ HAVE_SSE3 , 0 define
/external/libaom/libaom/test/
Dav1_nn_predict_test.cc210 #if HAVE_SSE3
Dsad_test.cc1290 #if HAVE_SSE3
/external/libvpx/libvpx/vp8/
Dvp8_common.mk91 VP8_COMMON_SRCS-$(HAVE_SSE3) += common/x86/copy_sse3.asm
/external/libaom/libaom/build/cmake/
Daom_config_defaults.cmake50 set_aom_detect_var(HAVE_SSE3 0 NUMBER "Enables SSE3 optimizations.")
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk345 DSP_SRCS-$(HAVE_SSE3) += x86/sad_sse3.asm
/external/libvpx/libvpx/test/
Dsad_test.cc911 #if HAVE_SSE3
/external/libaom/libaom/av1/
Dav1.cmake398 if(HAVE_SSE3)