OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAVE_SSE4_1
(Results
1 - 24
of
24
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_mcomp_x86.h
34
#if
HAVE_SSE4_1
/external/libvpx/config/arm/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/arm-neon/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/arm64/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/generic/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/mips32/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/mips32-dspr2/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/mips64/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/x86/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/external/libvpx/config/x86_64/
vpx_config.h
30
#define
HAVE_SSE4_1
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h
29
#define
HAVE_SSE4_1
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h
29
#define
HAVE_SSE4_1
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h
29
#define
HAVE_SSE4_1
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.h
29
#define
HAVE_SSE4_1
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.h
29
#define
HAVE_SSE4_1
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.h
29
#define
HAVE_SSE4_1
1
vpx_config.asm
17
HAVE_SSE4_1
equ 1
/external/libvpx/libvpx/test/
quantize_test.cc
183
#if
HAVE_SSE4_1
188
#endif //
HAVE_SSE4_1
sad_test.cc
[
all
...]
/external/libvpx/libvpx/vp8/
vp8cx.mk
89
VP8_CX_SRCS-$(
HAVE_SSE4_1
) += encoder/x86/quantize_sse4.c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8cx.mk
100
VP8_CX_SRCS-$(
HAVE_SSE4_1
) += encoder/x86/quantize_sse4.asm
vp8_common.mk
108
VP8_COMMON_SRCS-$(
HAVE_SSE4_1
) += common/x86/sad_sse4.asm
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9cx.mk
116
VP9_CX_SRCS-$(
HAVE_SSE4_1
) += encoder/x86/vp9_sad_sse4.asm
/external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk
272
DSP_SRCS-$(
HAVE_SSE4_1
) += x86/sad_sse4.asm
Completed in 73 milliseconds