Home
last modified time | relevance | path

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

/external/libopus/
DMakefile.am21 if HAVE_SSE4_1
26 if HAVE_SSE4_1
42 if HAVE_SSE4_1
291 if HAVE_SSE4_1
Dconfigure.ac353 AM_CONDITIONAL([HAVE_SSE4_1], [false]) condition
738 AM_CONDITIONAL([HAVE_SSE4_1], condition
/external/libvpx/config/x86_64/
Dvpx_config.asm17 %define HAVE_SSE4_1 0
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm17 %define HAVE_SSE4_1 0
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
Dvpx_config.asm20 .equ HAVE_SSE4_1 , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
/external/libvpx/config/mips32-msa/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
/external/libvpx/config/arm/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
Dvpx_config.asm20 .equ HAVE_SSE4_1 , 0 define
/external/libvpx/config/mips64-msa/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
Dvpx_config.asm20 .equ HAVE_SSE4_1 , 0 define
/external/libvpx/config/mips64/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
/external/libvpx/config/generic/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
Dvpx_config.asm20 .equ HAVE_SSE4_1 , 0 define
/external/libvpx/config/mips32/
Dvpx_config.h29 #define HAVE_SSE4_1 0 macro
/external/libvpx/libvpx/test/
Dquantize_test.cc183 #if HAVE_SSE4_1
Dtemporal_filter_test.cc242 #if HAVE_SSE4_1
Dsad_test.cc838 #if HAVE_SSE4_1
/external/libvpx/libvpx/vp8/
Dvp8cx.mk84 VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/quantize_sse4.c
/external/libvpx/libvpx/vp9/
Dvp9cx.mk103 VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/temporal_filter_sse4.c
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk305 DSP_SRCS-$(HAVE_SSE4_1) += x86/sad_sse4.asm