2012-11-01 22:09:58 +04:00
|
|
|
##
|
|
|
|
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
|
|
|
##
|
|
|
|
## Use of this source code is governed by a BSD-style license
|
|
|
|
## that can be found in the LICENSE file in the root of the source
|
|
|
|
## tree. An additional intellectual property rights grant can be found
|
|
|
|
## in the file PATENTS. All contributing project authors may
|
|
|
|
## be found in the AUTHORS file in the root of the source tree.
|
|
|
|
##
|
|
|
|
|
|
|
|
VP9_CX_EXPORTS += exports_enc
|
|
|
|
|
|
|
|
VP9_CX_SRCS-yes += $(VP9_COMMON_SRCS-yes)
|
|
|
|
VP9_CX_SRCS-no += $(VP9_COMMON_SRCS-no)
|
|
|
|
VP9_CX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes)
|
|
|
|
VP9_CX_SRCS_REMOVE-no += $(VP9_COMMON_SRCS_REMOVE-no)
|
|
|
|
|
|
|
|
VP9_CX_SRCS-yes += vp9_cx_iface.c
|
|
|
|
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_bitstream.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_boolhuff.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_dct.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodeframe.c
|
2012-12-23 19:20:10 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodeframe.h
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodeintra.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodemb.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodemv.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_firstpass.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_block.h
|
2013-05-28 13:24:52 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_boolhuff.h
|
2013-05-29 05:07:54 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_bitstream.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodeintra.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodemb.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_encodemv.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_firstpass.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_lookahead.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_lookahead.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_mcomp.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_modecosts.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_onyx_int.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_psnr.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_quantize.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_ratectrl.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_rdopt.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_tokenize.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_treewriter.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_variance.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_mcomp.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_modecosts.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_onyx_if.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_picklpf.c
|
2012-12-23 19:20:10 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_picklpf.h
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_psnr.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_quantize.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_rdopt.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_sad_c.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_segmentation.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_segmentation.h
|
2013-06-29 22:50:45 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_subexp.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_subexp.h
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_tokenize.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_treewriter.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_variance_c.c
|
2012-11-01 22:09:58 +04:00
|
|
|
ifeq ($(CONFIG_POSTPROC),yes)
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.h
|
|
|
|
VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.c
|
2012-11-01 22:09:58 +04:00
|
|
|
endif
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_temporal_filter.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_temporal_filter.h
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_mbgraph.c
|
|
|
|
VP9_CX_SRCS-yes += encoder/vp9_mbgraph.h
|
2012-11-01 22:09:58 +04:00
|
|
|
|
|
|
|
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_mcomp_x86.h
|
|
|
|
VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_mmx.c
|
|
|
|
VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_impl_mmx.asm
|
|
|
|
VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_sad_mmx.asm
|
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_sse2.c
|
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_impl_sse2.asm
|
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad_sse2.asm
|
2013-02-27 22:23:06 +04:00
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad4d_sse2.asm
|
2013-06-20 20:34:25 +04:00
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm
|
2013-06-21 23:54:52 +04:00
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm
|
2013-06-18 03:54:09 +04:00
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance_impl_sse2.asm
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_temporal_filter_apply_sse2.asm
|
|
|
|
VP9_CX_SRCS-$(HAVE_SSE3) += encoder/x86/vp9_sad_sse3.asm
|
2013-08-06 04:28:52 +04:00
|
|
|
|
|
|
|
ifeq ($(USE_X86INC),yes)
|
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subtract_sse2.asm
|
|
|
|
endif
|
|
|
|
|
2013-07-01 22:36:07 +04:00
|
|
|
ifeq ($(ARCH_X86_64),yes)
|
|
|
|
VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3.asm
|
|
|
|
endif
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_sad_ssse3.asm
|
|
|
|
VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/vp9_sad_sse4.asm
|
|
|
|
VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt.asm
|
2012-11-01 22:09:58 +04:00
|
|
|
|
2013-04-26 10:26:20 +04:00
|
|
|
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c
|
2012-11-01 22:09:58 +04:00
|
|
|
|
|
|
|
VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes))
|