HomeSort by relevance Sort by last modified time
    Searched refs:HAVE_MMX (Results 1 - 19 of 19) sorted by null

  /external/libvpx/vp8/encoder/x86/
quantize_x86.h 20 #if HAVE_MMX
dct_x86.h 22 #if HAVE_MMX
encodemb_x86.h 22 #if HAVE_MMX
x86_csystemdependent.c 18 #if HAVE_MMX
196 #if HAVE_MMX
variance_x86.h 22 #if HAVE_MMX
  /external/libvpx/vp8/decoder/x86/
x86_dsystemdependent.c 17 #if HAVE_MMX
41 #if HAVE_MMX
dequantize_x86.h 22 #if HAVE_MMX
  /external/libvpx/vp8/common/x86/
idct_x86.h 22 #if HAVE_MMX
postproc_x86.h 22 #if HAVE_MMX
recon_x86.h 22 #if HAVE_MMX
loopfilter_x86.h 22 #if HAVE_MMX
subpixel_x86.h 22 #if HAVE_MMX
x86_systemdependent.c 40 #if HAVE_MMX
vp8_asm_stubs.c 120 #if HAVE_MMX
loopfilter_x86.c 42 #if HAVE_MMX
  /external/libvpx/
vpx_config.h 39 #define HAVE_MMX 0
  /external/libvpx/vp8/
vp8dx.mk 74 VP8_DX_SRCS-$(HAVE_MMX) += decoder/x86/dequantize_mmx.asm
75 VP8_DX_SRCS-$(HAVE_MMX) += decoder/x86/idct_blk_mmx.c
vp8cx.mk 99 VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/variance_mmx.c
100 VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/variance_impl_mmx.asm
101 VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/sad_mmx.asm
102 VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/dct_mmx.asm
103 VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/subtract_mmx.asm
vp8_common.mk 85 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm
86 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm
87 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.asm
88 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm
89 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm
97 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/postproc_mmx.asm

Completed in 40 milliseconds