OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAVE_SSE2
(Results
1 - 16
of
16
) sorted by null
/external/libvpx/libvpx/vp8/
vp8cx.mk
92
VP8_CX_SRCS-$(
HAVE_SSE2
) += encoder/x86/dct_sse2.asm
93
VP8_CX_SRCS-$(
HAVE_SSE2
) += encoder/x86/fwalsh_sse2.asm
94
VP8_CX_SRCS-$(
HAVE_SSE2
) += encoder/x86/quantize_sse2.asm
97
VP8_CX_SRCS-$(
HAVE_SSE2
) += encoder/x86/denoising_sse2.c
98
ifeq ($(
HAVE_SSE2
),yes)
103
VP8_CX_SRCS-$(
HAVE_SSE2
) += encoder/x86/subtract_sse2.asm
104
VP8_CX_SRCS-$(
HAVE_SSE2
) += encoder/x86/temporal_filter_apply_sse2.asm
105
VP8_CX_SRCS-$(
HAVE_SSE2
) += encoder/x86/vp8_enc_stubs_sse2.c
113
VP8_CX_SRCS_REMOVE-$(
HAVE_SSE2
) += encoder/x86/temporal_filter_apply_sse2.asm
vp8_common.mk
94
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/idct_blk_sse2.c
95
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/idctllm_sse2.asm
96
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/recon_sse2.asm
97
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/recon_wrapper_sse2.c
98
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/sad_sse2.asm
99
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/subpixel_sse2.asm
100
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/loopfilter_sse2.asm
101
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/iwalsh_sse2.asm
102
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/variance_sse2.c
103
VP8_COMMON_SRCS-$(
HAVE_SSE2
) += common/x86/variance_impl_sse2.as
[
all
...]
/external/libvpx/armv7a/
vpx_config.h
25
#define
HAVE_SSE2
0
/external/libvpx/armv7a-neon/
vpx_config.h
25
#define
HAVE_SSE2
0
/external/libvpx/generic/
vpx_config.h
25
#define
HAVE_SSE2
0
/external/libvpx/mips/
vpx_config.h
25
#define
HAVE_SSE2
0
/external/libvpx/mips-dspr2/
vpx_config.h
25
#define
HAVE_SSE2
0
/external/libvpx/libvpx/vp8/common/
asm_com_offsets.c
66
#if
HAVE_SSE2
71
#endif /*
HAVE_SSE2
*/
/external/libvpx/libvpx/test/
pp_filter_test.cc
101
#if
HAVE_SSE2
subtract_test.cc
108
#if
HAVE_SSE2
intrapred_test.cc
266
#if
HAVE_SSE2
343
#if
HAVE_SSE2
sixtap_predict_test.cc
200
#if
HAVE_SSE2
sad_test.cc
231
#if
HAVE_SSE2
/external/libvpx/libvpx/vp8/common/x86/
loopfilter_x86.c
33
#if
HAVE_SSE2
&& ARCH_X86_64
127
#if
HAVE_SSE2
vp8_asm_stubs.c
243
#if
HAVE_SSE2
/external/valgrind/main/VEX/test/
mmxtest.c
5
#define
HAVE_SSE2
1
595
#if
HAVE_SSE2
Completed in 135 milliseconds