blob: d0135c6f8db03c3b1fb4ae96bc25b6f3c3f1f617 [file] [log] [blame]
Ronald S. Bultje4b2c2b92012-11-01 11:09:58 -07001##
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
11VP9_COMMON_SRCS-yes += vp9_common.mk
John Koleszarb3c350a2013-03-13 12:15:43 -070012VP9_COMMON_SRCS-yes += vp9_iface_common.h
John Koleszarfcccbcb2012-11-27 13:59:17 -080013VP9_COMMON_SRCS-yes += common/vp9_ppflags.h
John Koleszarfcccbcb2012-11-27 13:59:17 -080014VP9_COMMON_SRCS-yes += common/vp9_alloccommon.c
Jim Bankoski9dec7712014-01-31 17:35:53 -080015VP9_COMMON_SRCS-yes += common/vp9_blockd.c
Jim Bankoskiba2af972013-06-08 06:19:33 -070016VP9_COMMON_SRCS-yes += common/vp9_debugmodes.c
John Koleszarfcccbcb2012-11-27 13:59:17 -080017VP9_COMMON_SRCS-yes += common/vp9_entropy.c
18VP9_COMMON_SRCS-yes += common/vp9_entropymode.c
19VP9_COMMON_SRCS-yes += common/vp9_entropymv.c
Frank Galligane8e15272014-02-05 17:44:42 -080020VP9_COMMON_SRCS-yes += common/vp9_frame_buffers.c
21VP9_COMMON_SRCS-yes += common/vp9_frame_buffers.h
Yaowu Xu00555262013-03-12 11:24:04 -070022VP9_COMMON_SRCS-yes += common/vp9_idct.c
John Koleszarfcccbcb2012-11-27 13:59:17 -080023VP9_COMMON_SRCS-yes += common/vp9_alloccommon.h
24VP9_COMMON_SRCS-yes += common/vp9_blockd.h
25VP9_COMMON_SRCS-yes += common/vp9_common.h
John Koleszarfcccbcb2012-11-27 13:59:17 -080026VP9_COMMON_SRCS-yes += common/vp9_entropy.h
27VP9_COMMON_SRCS-yes += common/vp9_entropymode.h
28VP9_COMMON_SRCS-yes += common/vp9_entropymv.h
Ronald S. Bultjea3874852013-04-09 21:28:27 -070029VP9_COMMON_SRCS-yes += common/vp9_enums.h
Zoe Liu7186a2d2015-07-22 10:40:42 -070030VP9_COMMON_SRCS-yes += common/vp9_filter.h
31VP9_COMMON_SRCS-yes += common/vp9_filter.c
Yaowu Xue6ad9ab2013-02-07 11:51:23 -080032VP9_COMMON_SRCS-yes += common/vp9_idct.h
John Koleszarfcccbcb2012-11-27 13:59:17 -080033VP9_COMMON_SRCS-yes += common/vp9_loopfilter.h
Yunqing Wang41063132015-02-06 10:03:31 -080034VP9_COMMON_SRCS-yes += common/vp9_thread_common.h
John Koleszarfcccbcb2012-11-27 13:59:17 -080035VP9_COMMON_SRCS-yes += common/vp9_mv.h
36VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h
37VP9_COMMON_SRCS-yes += common/vp9_pred_common.h
38VP9_COMMON_SRCS-yes += common/vp9_pred_common.c
39VP9_COMMON_SRCS-yes += common/vp9_quant_common.h
40VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
41VP9_COMMON_SRCS-yes += common/vp9_reconintra.h
John Koleszarfcccbcb2012-11-27 13:59:17 -080042VP9_COMMON_SRCS-yes += common/vp9_rtcd.c
James Zern805078a2014-02-23 16:33:14 -080043VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.pl
Dmitry Kovalev8ffe85a2013-08-09 14:07:09 -070044VP9_COMMON_SRCS-yes += common/vp9_scale.h
45VP9_COMMON_SRCS-yes += common/vp9_scale.c
John Koleszarfcccbcb2012-11-27 13:59:17 -080046VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
47VP9_COMMON_SRCS-yes += common/vp9_seg_common.c
John Koleszar5ebe94f2012-12-23 07:20:10 -080048VP9_COMMON_SRCS-yes += common/vp9_textblit.h
Ronald S. Bultjef496f602013-02-06 15:30:21 -080049VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
50VP9_COMMON_SRCS-yes += common/vp9_tile_common.c
John Koleszarfcccbcb2012-11-27 13:59:17 -080051VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c
Yunqing Wang41063132015-02-06 10:03:31 -080052VP9_COMMON_SRCS-yes += common/vp9_thread_common.c
John Koleszarfcccbcb2012-11-27 13:59:17 -080053VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c
54VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h
55VP9_COMMON_SRCS-yes += common/vp9_quant_common.c
John Koleszarfcccbcb2012-11-27 13:59:17 -080056VP9_COMMON_SRCS-yes += common/vp9_reconinter.c
57VP9_COMMON_SRCS-yes += common/vp9_reconintra.c
John Koleszarfcccbcb2012-11-27 13:59:17 -080058VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c
Jim Bankoski6c8170a2013-07-10 07:19:09 -070059VP9_COMMON_SRCS-yes += common/vp9_common_data.c
60VP9_COMMON_SRCS-yes += common/vp9_common_data.h
Dmitry Kovaleve3597c62013-10-07 13:55:56 -070061VP9_COMMON_SRCS-yes += common/vp9_scan.c
62VP9_COMMON_SRCS-yes += common/vp9_scan.h
Ronald S. Bultje4b2c2b92012-11-01 11:09:58 -070063
Jim Bankoski79401542013-09-04 10:02:08 -070064VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.h
65VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.c
JackyChen7ac3e3c2014-12-02 12:14:47 -080066VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.h
67VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.c
Jim Bankoski79401542013-09-04 10:02:08 -070068ifeq ($(CONFIG_VP9_POSTPROC),yes)
JackyChen09673de2015-01-13 10:50:50 -080069VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_mfqe_sse2.asm
John Koleszarfcccbcb2012-11-27 13:59:17 -080070VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
Ronald S. Bultje4b2c2b92012-11-01 11:09:58 -070071endif
72
James Zern9a0a2192015-07-22 11:54:39 -070073ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
Parag Salasakar1699eb02013-10-24 11:29:04 +053074VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans4_dspr2.c
75VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans8_dspr2.c
76VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans16_dspr2.c
James Zern9a0a2192015-07-22 11:54:39 -070077endif
Parag Salasakar40edab52013-09-13 15:18:32 +053078
Parag Salasakar481fb762015-03-25 15:04:48 +053079# common (msa)
Parag Salasakar54a6f732015-06-02 12:16:28 +053080VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct4x4_msa.c
Parag Salasakar6af9d7f2015-06-01 09:19:01 +053081VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct8x8_msa.c
82VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct16x16_msa.c
Parag Salasakar481fb762015-03-25 15:04:48 +053083
Parag Salasakarfbac9612015-06-11 09:11:04 +053084ifeq ($(CONFIG_VP9_POSTPROC),yes)
85VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_mfqe_msa.c
86endif
87
Johannc5b127a2013-04-25 11:13:02 -070088VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
Jingning Han52ae97b2014-05-01 18:34:46 -070089
James Zerna98f6c02015-03-31 18:06:21 -070090ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
James Yu6b710132014-01-27 18:38:35 +080091VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c
James Yu4f856cd2014-01-29 01:31:07 +080092VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c
James Zerna98f6c02015-03-31 18:06:21 -070093endif
James Yu6b710132014-01-27 18:38:35 +080094
James Zern805078a2014-02-23 16:33:14 -080095$(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl))