OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arch_arm
(Results
1 - 25
of
60
) sorted by null
1
2
3
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_ports.mk
24
PORTS_SRCS-$(
ARCH_ARM
) += arm_cpudetect.c
25
PORTS_SRCS-$(
ARCH_ARM
) += arm.h
/external/fio/arch/
arch-arm.h
4
#define FIO_ARCH (
arch_arm
)
arch.h
13
arch_arm
,
enumerator in enum:__anon11971
/external/libvpx/libvpx/vp8/
vp8cx_arm.mk
12
VP8_CX_SRCS-$(
ARCH_ARM
) += vp8cx_arm.mk
16
VP8_CX_SRCS-$(
ARCH_ARM
) += encoder/arm/dct_arm.c
/external/libvpx/libvpx/vpx_ports/
vpx_ports.mk
26
PORTS_SRCS-$(
ARCH_ARM
) += arm_cpudetect.c
27
PORTS_SRCS-$(
ARCH_ARM
) += arm.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8cx_arm.mk
12
VP8_CX_SRCS-$(
ARCH_ARM
) += vp8cx_arm.mk
16
VP8_CX_SRCS-$(
ARCH_ARM
) += encoder/arm/dct_arm.c
17
VP8_CX_SRCS-$(
ARCH_ARM
) += encoder/arm/quantize_arm.c
vp8_common.mk
130
VP8_COMMON_SRCS-$(
ARCH_ARM
) += common/arm/filter_arm.c
131
VP8_COMMON_SRCS-$(
ARCH_ARM
) += common/arm/loopfilter_arm.c
132
VP8_COMMON_SRCS-$(
ARCH_ARM
) += common/arm/reconintra_arm.c
133
VP8_COMMON_SRCS-$(
ARCH_ARM
) += common/arm/dequantize_arm.c
134
VP8_COMMON_SRCS-$(
ARCH_ARM
) += common/arm/variance_arm.c
/system/extras/simpleperf/
perf_regs.cpp
34
return
ARCH_ARM
;
47
case
ARCH_ARM
:
89
case
ARCH_ARM
: {
139
case
ARCH_ARM
:
perf_regs.h
39
ARCH_ARM
,
52
return
ARCH_ARM
;
/external/libvpx/libvpx/vp8/common/generic/
systemdependent.c
14
#if
ARCH_ARM
99
#if
ARCH_ARM
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/
systemdependent.c
14
#if
ARCH_ARM
93
#if
ARCH_ARM
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.asm
0
ARCH_ARM
equ 0
/external/opencv3/platforms/android/service/engine/src/org/opencv/engine/
HardwareDetector.java
22
public static final int
ARCH_ARM
= 0x04000000;
53
return
ARCH_ARM
;
/external/libvpx/config/arm/
vpx_config.asm
4
.equ
ARCH_ARM
, 1
vpx_config.h
13
#define
ARCH_ARM
1
/external/libvpx/config/arm-neon/
vpx_config.asm
4
.equ
ARCH_ARM
, 1
vpx_config.h
13
#define
ARCH_ARM
1
/external/libvpx/config/arm64/
vpx_config.asm
4
.equ
ARCH_ARM
, 1
vpx_config.h
13
#define
ARCH_ARM
1
/external/libvpx/config/generic/
vpx_config.asm
4
.equ
ARCH_ARM
, 0
vpx_config.h
13
#define
ARCH_ARM
0
/external/libvpx/config/mips32/
vpx_config.h
13
#define
ARCH_ARM
0
/external/libvpx/config/mips32-dspr2/
vpx_config.h
13
#define
ARCH_ARM
0
/external/libvpx/config/mips64/
vpx_config.h
13
#define
ARCH_ARM
0
/external/libvpx/config/x86/
vpx_config.asm
1
%define
ARCH_ARM
0
Completed in 3754 milliseconds
1
2
3