HomeSort by relevance Sort by last modified time
    Searched refs:ARCH_X86 (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/libvpx/libvpx/test/
clear_system_state.h 14 #if ARCH_X86 || ARCH_X86_64
23 #if ARCH_X86 || ARCH_X86_64
test_libvpx.cc 15 #if ARCH_X86 || ARCH_X86_64
29 #if ARCH_X86 || ARCH_X86_64
37 #endif // ARCH_X86 || ARCH_X86_64
42 #if ARCH_X86 || ARCH_X86_64
60 #endif // ARCH_X86 || ARCH_X86_64
register_state_check.h 154 #if ARCH_X86 || ARCH_X86_64
192 #endif // ARCH_X86 || ARCH_X86_64
  /external/libvpx/libvpx/vpx_ports/
system_state.h 16 #if ARCH_X86 || ARCH_X86_64
21 #endif // ARCH_X86 || ARCH_X86_64
vpx_ports.mk 20 ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 16 #elif ARCH_X86 || ARCH_X86_64
101 #elif ARCH_X86 || ARCH_X86_64
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_ports.mk 18 ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
  /external/libvpx/config/arm/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/config/arm-neon/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/config/arm64/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/config/generic/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/config/mips32/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/config/mips64/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/config/x86/
vpx_config.h 15 #define ARCH_X86 1
  /external/libvpx/config/x86_64/
vpx_config.h 15 #define ARCH_X86 0
  /external/libvpx/libvpx/vpx_dsp/
variance.h 71 #if ARCH_X86 || ARCH_X86_64
  /external/opencv3/platforms/android/service/engine/src/org/opencv/engine/
HardwareDetector.java 20 public static final int ARCH_X86 = 0x01000000;
46 return ARCH_X86;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.asm 3 ARCH_X86 equ 1
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
bswap.h 45 #elif ARCH_X86
  /external/vboot_reference/futility/
futility.h 142 ARCH_X86,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_common.mk 76 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.c
77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.h
78 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c
79 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c
111 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/postproc_x86.c
vp8cx.mk 101 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/quantize_mmx.asm
102 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm
  /external/libvpx/libvpx/vp8/
vp8_common.mk 74 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.c
75 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.h
76 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c
77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c
vp8cx.mk 97 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/quantize_mmx.asm
98 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm

Completed in 1414 milliseconds

1 2 3