Home
last modified time | relevance | path

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

/external/libaom/config/x86_64/config/
Daom_config.asm64 %define HAVE_SSE3 1
Daom_config.h76 #define HAVE_SSE3 1 macro
/external/libaom/config/x86/config/
Daom_config.asm64 %define HAVE_SSE3 1
Daom_config.h76 #define HAVE_SSE3 1 macro
/external/libaom/config/arm64/config/
Daom_config.h76 #define HAVE_SSE3 0 macro
Daom_config.asm74 HAVE_SSE3 equ 0 define
/external/libaom/config/arm/config/
Daom_config.h76 #define HAVE_SSE3 0 macro
Daom_config.asm74 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/arm64/
Dvpx_config.h27 #define HAVE_SSE3 0 macro
Dvpx_config.asm18 .equ HAVE_SSE3 , 0 define
/external/libvpx/config/arm-neon/
Dvpx_config.h27 #define HAVE_SSE3 0 macro
Dvpx_config.asm18 .equ HAVE_SSE3 , 0 define
/external/libvpx/config/generic/
Dvpx_config.h27 #define HAVE_SSE3 0 macro
Dvpx_config.asm18 .equ HAVE_SSE3 , 0 define
/external/libaom/libaom/test/
Dav1_nn_predict_test.cc212 #if HAVE_SSE3
Dsad_test.cc1674 #if HAVE_SSE3
/external/libaom/libaom/build/cmake/
Daom_config_defaults.cmake50 set_aom_detect_var(HAVE_SSE3 0 "Enables SSE3 optimizations.")
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk348 DSP_SRCS-$(HAVE_SSE3) += x86/sad_sse3.asm
/external/libvpx/libvpx/test/
Dsad_test.cc986 #if HAVE_SSE3
/external/libaom/libaom/av1/
Dav1.cmake491 if(HAVE_SSE3)