OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAVE_SSE
(Results
1 - 20
of
20
) sorted by null
/external/libvpx/config/arm/
vpx_config.h
26
#define
HAVE_SSE
0
/external/libvpx/config/arm-neon/
vpx_config.h
26
#define
HAVE_SSE
0
/external/libvpx/config/arm64/
vpx_config.h
26
#define
HAVE_SSE
0
/external/libvpx/config/generic/
vpx_config.h
26
#define
HAVE_SSE
0
/external/libvpx/config/mips32/
vpx_config.h
26
#define
HAVE_SSE
0
/external/libvpx/config/mips32-dspr2/
vpx_config.h
26
#define
HAVE_SSE
0
/external/libvpx/config/mips64/
vpx_config.h
26
#define
HAVE_SSE
0
/external/libvpx/config/x86/
vpx_config.h
26
#define
HAVE_SSE
1
/external/libvpx/config/x86_64/
vpx_config.h
26
#define
HAVE_SSE
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h
25
#define
HAVE_SSE
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h
25
#define
HAVE_SSE
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h
25
#define
HAVE_SSE
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.h
25
#define
HAVE_SSE
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.h
25
#define
HAVE_SSE
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.h
25
#define
HAVE_SSE
1
vpx_config.asm
13
HAVE_SSE
equ 1
/external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk
42
DSP_SRCS-$(
HAVE_SSE
) += x86/intrapred_sse2.asm
50
DSP_SRCS-$(
HAVE_SSE
) += x86/highbd_intrapred_sse2.asm
277
DSP_SRCS-$(
HAVE_SSE
) += x86/sad4d_sse2.asm
278
DSP_SRCS-$(
HAVE_SSE
) += x86/sad_sse2.asm
309
DSP_SRCS-$(
HAVE_SSE
) += x86/variance_sse2.c
321
DSP_SRCS-$(
HAVE_SSE
) += x86/subpel_variance_sse2.asm
/external/libvpx/libvpx/test/
test_intra_pred_speed.cc
190
#if
HAVE_SSE
&& CONFIG_USE_X86INC
195
#endif //
HAVE_SSE
&& CONFIG_USE_X86INC
238
#if
HAVE_SSE
&& CONFIG_USE_X86INC
243
#endif //
HAVE_SSE
&& CONFIG_USE_X86INC
sad_test.cc
804
#if
HAVE_SSE
830
#endif //
HAVE_SSE
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sad_test.cc
434
#if
HAVE_SSE
450
#endif //
HAVE_SSE
Completed in 363 milliseconds