1## 2## Copyright (c) 2010 The WebM project authors. All Rights Reserved. 3## 4## Use of this source code is governed by a BSD-style license 5## that can be found in the LICENSE file in the root of the source 6## tree. An additional intellectual property rights grant can be found 7## in the file PATENTS. All contributing project authors may 8## be found in the AUTHORS file in the root of the source tree. 9## 10 11 12VP8_CX_EXPORTS += exports_enc 13 14VP8_CX_SRCS-yes += $(VP8_COMMON_SRCS-yes) 15VP8_CX_SRCS-no += $(VP8_COMMON_SRCS-no) 16VP8_CX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes) 17VP8_CX_SRCS_REMOVE-no += $(VP8_COMMON_SRCS_REMOVE-no) 18 19ifeq ($(ARCH_ARM),yes) 20 include $(SRC_PATH_BARE)/$(VP8_PREFIX)vp8cx_arm.mk 21endif 22 23VP8_CX_SRCS-yes += vp8cx.mk 24 25VP8_CX_SRCS-yes += vp8_cx_iface.c 26 27VP8_CX_SRCS-yes += encoder/defaultcoefcounts.h 28VP8_CX_SRCS-yes += encoder/bitstream.c 29VP8_CX_SRCS-yes += encoder/boolhuff.c 30VP8_CX_SRCS-yes += encoder/dct.c 31VP8_CX_SRCS-yes += encoder/encodeframe.c 32VP8_CX_SRCS-yes += encoder/encodeframe.h 33VP8_CX_SRCS-yes += encoder/encodeintra.c 34VP8_CX_SRCS-yes += encoder/encodemb.c 35VP8_CX_SRCS-yes += encoder/encodemv.c 36VP8_CX_SRCS-$(CONFIG_MULTITHREAD) += encoder/ethreading.c 37VP8_CX_SRCS-yes += encoder/firstpass.c 38VP8_CX_SRCS-yes += encoder/block.h 39VP8_CX_SRCS-yes += encoder/boolhuff.h 40VP8_CX_SRCS-yes += encoder/bitstream.h 41VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/denoising.h 42VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/denoising.c 43VP8_CX_SRCS-yes += encoder/encodeintra.h 44VP8_CX_SRCS-yes += encoder/encodemb.h 45VP8_CX_SRCS-yes += encoder/encodemv.h 46VP8_CX_SRCS-yes += encoder/firstpass.h 47VP8_CX_SRCS-yes += encoder/lookahead.c 48VP8_CX_SRCS-yes += encoder/lookahead.h 49VP8_CX_SRCS-yes += encoder/mcomp.h 50VP8_CX_SRCS-yes += encoder/modecosts.h 51VP8_CX_SRCS-yes += encoder/onyx_int.h 52VP8_CX_SRCS-yes += encoder/pickinter.h 53VP8_CX_SRCS-yes += encoder/quantize.h 54VP8_CX_SRCS-yes += encoder/ratectrl.h 55VP8_CX_SRCS-yes += encoder/rdopt.h 56VP8_CX_SRCS-yes += encoder/tokenize.h 57VP8_CX_SRCS-yes += encoder/treewriter.h 58VP8_CX_SRCS-yes += encoder/mcomp.c 59VP8_CX_SRCS-yes += encoder/modecosts.c 60VP8_CX_SRCS-yes += encoder/onyx_if.c 61VP8_CX_SRCS-yes += encoder/pickinter.c 62VP8_CX_SRCS-yes += encoder/picklpf.c 63VP8_CX_SRCS-yes += encoder/quantize.c 64VP8_CX_SRCS-yes += encoder/ratectrl.c 65VP8_CX_SRCS-yes += encoder/rdopt.c 66VP8_CX_SRCS-yes += encoder/segmentation.c 67VP8_CX_SRCS-yes += encoder/segmentation.h 68VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/ssim.c 69VP8_CX_SRCS-yes += encoder/tokenize.c 70VP8_CX_SRCS-yes += encoder/dct_value_cost.h 71VP8_CX_SRCS-yes += encoder/dct_value_tokens.h 72VP8_CX_SRCS-yes += encoder/treewriter.c 73VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h 74VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c 75VP8_CX_SRCS-yes += encoder/temporal_filter.c 76VP8_CX_SRCS-$(CONFIG_MULTI_RES_ENCODING) += encoder/mr_dissim.c 77VP8_CX_SRCS-$(CONFIG_MULTI_RES_ENCODING) += encoder/mr_dissim.h 78VP8_CX_SRCS-yes += encoder/vp8_asm_enc_offsets.c 79 80ifeq ($(CONFIG_REALTIME_ONLY),yes) 81VP8_CX_SRCS_REMOVE-yes += encoder/firstpass.c 82VP8_CX_SRCS_REMOVE-yes += encoder/temporal_filter.c 83endif 84 85VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/dct_mmx.asm 86VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/subtract_mmx.asm 87VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp8_enc_stubs_mmx.c 88VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/dct_sse2.asm 89VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/fwalsh_sse2.asm 90VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/quantize_sse2.c 91 92ifeq ($(CONFIG_TEMPORAL_DENOISING),yes) 93VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c 94endif 95 96VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/subtract_sse2.asm 97VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm 98VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c 99VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/quantize_ssse3.asm 100VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/quantize_sse4.asm 101VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/quantize_mmx.asm 102VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm 103VP8_CX_SRCS-$(ARCH_X86_64) += encoder/x86/ssim_opt.asm 104 105ifeq ($(CONFIG_REALTIME_ONLY),yes) 106VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm 107endif 108 109VP8_CX_SRCS-yes := $(filter-out $(VP8_CX_SRCS_REMOVE-yes),$(VP8_CX_SRCS-yes)) 110 111$(eval $(call asm_offsets_template,\ 112 vp8_asm_enc_offsets.asm, $(VP8_PREFIX)encoder/vp8_asm_enc_offsets.c)) 113