Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: source/libvpx/vp9/vp9_common.mk

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/libvpx/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm ('k') | source/libvpx/vp9/vp9_dx_iface.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1 ##
2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. 2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3 ## 3 ##
4 ## Use of this source code is governed by a BSD-style license 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 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 6 ## tree. An additional intellectual property rights grant can be found
7 ## in the file PATENTS. All contributing project authors may 7 ## in the file PATENTS. All contributing project authors may
8 ## be found in the AUTHORS file in the root of the source tree. 8 ## be found in the AUTHORS file in the root of the source tree.
9 ## 9 ##
10 10
(...skipping 27 matching lines...) Expand all
38 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c 38 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c
39 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h 39 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h
40 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h 40 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
41 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h 41 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h
42 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c 42 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c
43 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.pl 43 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.pl
44 VP9_COMMON_SRCS-yes += common/vp9_scale.h 44 VP9_COMMON_SRCS-yes += common/vp9_scale.h
45 VP9_COMMON_SRCS-yes += common/vp9_scale.c 45 VP9_COMMON_SRCS-yes += common/vp9_scale.c
46 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h 46 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
47 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c 47 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c
48 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h
49 VP9_COMMON_SRCS-yes += common/vp9_textblit.h 48 VP9_COMMON_SRCS-yes += common/vp9_textblit.h
50 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h 49 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
51 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c 50 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c
52 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c 51 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c
53 VP9_COMMON_SRCS-yes += common/vp9_thread_common.c 52 VP9_COMMON_SRCS-yes += common/vp9_thread_common.c
54 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c 53 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c
55 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h 54 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h
56 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c 55 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c
57 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c 56 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c
58 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c 57 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c
59 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c 58 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c
60 VP9_COMMON_SRCS-yes += common/vp9_common_data.c 59 VP9_COMMON_SRCS-yes += common/vp9_common_data.c
61 VP9_COMMON_SRCS-yes += common/vp9_common_data.h 60 VP9_COMMON_SRCS-yes += common/vp9_common_data.h
62 VP9_COMMON_SRCS-yes += common/vp9_scan.c 61 VP9_COMMON_SRCS-yes += common/vp9_scan.c
63 VP9_COMMON_SRCS-yes += common/vp9_scan.h 62 VP9_COMMON_SRCS-yes += common/vp9_scan.h
64 63
65 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.h 64 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.h
66 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.c 65 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.c
67 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.h 66 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.h
68 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.c 67 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.c
69 ifeq ($(CONFIG_VP9_POSTPROC),yes) 68 ifeq ($(CONFIG_VP9_POSTPROC),yes)
70 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_mfqe_sse2.asm 69 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_mfqe_sse2.asm
71 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm 70 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
72 endif 71 endif
73 72
74 # common (c)
75 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_common_dspr2.h
76 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_common_dspr2.c
77
78 ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes) 73 ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
79 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans4_dspr2.c 74 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans4_dspr2.c
80 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans8_dspr2.c 75 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans8_dspr2.c
81 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans16_dspr2.c 76 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans16_dspr2.c
82 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans32_cols_dspr2.c
83 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans32_dspr2.c
84 endif 77 endif
85 78
86 # common (msa) 79 # common (msa)
87 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct4x4_msa.c 80 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct4x4_msa.c
88 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct8x8_msa.c 81 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct8x8_msa.c
89 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct16x16_msa.c 82 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct16x16_msa.c
90 83
91 ifeq ($(CONFIG_VP9_POSTPROC),yes) 84 ifeq ($(CONFIG_VP9_POSTPROC),yes)
92 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_mfqe_msa.c 85 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_mfqe_msa.c
93 endif 86 endif
94 87
95 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c 88 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
96 89
97 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_save_reg_neon$(ASM)
98
99 ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes) 90 ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
100 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c 91 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c
101 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c 92 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c
102 endif 93 endif
103 94
104 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl)) 95 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl))
OLDNEW
« no previous file with comments | « source/libvpx/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm ('k') | source/libvpx/vp9/vp9_dx_iface.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698