Home
last modified time | relevance | path

Searched refs:HAVE_SSE (Results 1 – 21 of 21) sorted by relevance

/external/libaom/config/x86_64/config/
Daom_config.asm62 %define HAVE_SSE 1
Daom_config.h74 #define HAVE_SSE 1 macro
/external/libaom/config/x86/config/
Daom_config.asm62 %define HAVE_SSE 1
Daom_config.h74 #define HAVE_SSE 1 macro
/external/libaom/config/arm64/config/
Daom_config.h74 #define HAVE_SSE 0 macro
Daom_config.asm72 HAVE_SSE equ 0 define
/external/libaom/config/arm/config/
Daom_config.h74 #define HAVE_SSE 0 macro
Daom_config.asm72 HAVE_SSE equ 0 define
/external/libvpx/config/x86_64/
Dvpx_config.asm13 %define HAVE_SSE 1
Dvpx_config.h25 #define HAVE_SSE 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm13 %define HAVE_SSE 1
Dvpx_config.h25 #define HAVE_SSE 1 macro
/external/libvpx/config/arm64/
Dvpx_config.h25 #define HAVE_SSE 0 macro
Dvpx_config.asm16 .equ HAVE_SSE , 0 define
/external/libvpx/config/arm-neon/
Dvpx_config.h25 #define HAVE_SSE 0 macro
Dvpx_config.asm16 .equ HAVE_SSE , 0 define
/external/libvpx/config/generic/
Dvpx_config.h25 #define HAVE_SSE 0 macro
Dvpx_config.asm16 .equ HAVE_SSE , 0 define
/external/libopus/
DMakefile.am39 if HAVE_SSE
348 if HAVE_SSE
Dconfigure.ac351 AM_CONDITIONAL([HAVE_SSE], [false]) condition
747 AM_CONDITIONAL([HAVE_SSE], condition
/external/libaom/libaom/build/cmake/
Daom_config_defaults.cmake48 set_aom_detect_var(HAVE_SSE 0 "Enables SSE optimizations.")