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

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

Issue 54923004: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c ('k') | source/libvpx/vp9/vp9_cx_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 30 matching lines...) Expand all
41 VP9_COMMON_SRCS-yes += common/vp9_mv.h 41 VP9_COMMON_SRCS-yes += common/vp9_mv.h
42 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h 42 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h
43 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h 43 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h
44 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c 44 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c
45 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h 45 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h
46 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h 46 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
47 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h 47 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h
48 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c 48 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c
49 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh 49 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh
50 VP9_COMMON_SRCS-yes += common/vp9_sadmxn.h 50 VP9_COMMON_SRCS-yes += common/vp9_sadmxn.h
51 VP9_COMMON_SRCS-yes += common/vp9_subpelvar.h
52 VP9_COMMON_SRCS-yes += common/vp9_scale.h 51 VP9_COMMON_SRCS-yes += common/vp9_scale.h
53 VP9_COMMON_SRCS-yes += common/vp9_scale.c 52 VP9_COMMON_SRCS-yes += common/vp9_scale.c
54 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h 53 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
55 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c 54 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c
56 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h 55 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h
57 VP9_COMMON_SRCS-yes += common/vp9_textblit.h 56 VP9_COMMON_SRCS-yes += common/vp9_textblit.h
58 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h 57 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
59 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c 58 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c
60 VP9_COMMON_SRCS-yes += common/vp9_treecoder.h 59 VP9_COMMON_SRCS-yes += common/vp9_treecoder.h
61 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c 60 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c
62 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c 61 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c
63 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c 62 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c
64 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h 63 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h
65 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c 64 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c
66 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c 65 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c
67 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c 66 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c
68 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c 67 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c
69 VP9_COMMON_SRCS-yes += common/vp9_treecoder.c 68 VP9_COMMON_SRCS-yes += common/vp9_treecoder.c
70 VP9_COMMON_SRCS-yes += common/vp9_common_data.c 69 VP9_COMMON_SRCS-yes += common/vp9_common_data.c
71 VP9_COMMON_SRCS-yes += common/vp9_common_data.h 70 VP9_COMMON_SRCS-yes += common/vp9_common_data.h
71 VP9_COMMON_SRCS-yes += common/vp9_scan.c
72 VP9_COMMON_SRCS-yes += common/vp9_scan.h
72 73
73 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_postproc_x86.h 74 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_postproc_x86.h
74 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_asm_stubs.c 75 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_asm_stubs.c
75 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_intrin_ss e2.c 76 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_intrin_ss e2.c
77 VP9_COMMON_SRCS-$(HAVE_AVX2) += common/x86/vp9_loopfilter_intrin_avx2.c
76 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.h 78 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.h
77 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.c 79 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.c
78 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm 80 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm
81 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_8t_sse2.asm
79 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm 82 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm
80 ifeq ($(CONFIG_VP9_POSTPROC),yes) 83 ifeq ($(CONFIG_VP9_POSTPROC),yes)
81 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm 84 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm
82 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm 85 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
83 endif 86 endif
84 87
85 ifeq ($(USE_X86INC),yes) 88 ifeq ($(USE_X86INC),yes)
86 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm 89 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm
87 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm 90 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm
88 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm 91 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm
89 endif 92 endif
90 93
94 # common (c)
95 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_common_dspr2.h
96 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve2_avg_dspr2.c
97 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve2_avg_horiz_dspr 2.c
98 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve2_dspr2.c
99 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve2_horiz_dspr2.c
100 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve2_vert_dspr2.c
101 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_avg_dspr2.c
102 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_avg_horiz_dspr 2.c
103 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_dspr2.c
104 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_horiz_dspr2.c
105 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_vert_dspr2.c
106 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans4_dspr2.c
107 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans8_dspr2.c
108 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans16_dspr2.c
109 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans32_cols_dspr2.c
110 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_itrans32_dspr2.c
111
91 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c 112 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
92 113
93 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve_neon.c 114 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve_neon.c
94 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct16x16_neon.c 115 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct16x16_neon.c
95 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct32x32_neon.c
96 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_neon$(ASM) 116 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_neon$(ASM)
97 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_avg_neon$(ASM) 117 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_avg_neon$(ASM)
98 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon$(ASM) 118 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon$(ASM)
99 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM) 119 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM)
100 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_1_add_neon$(AS M) 120 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_1_add_neon$(AS M)
101 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_add_neon$(ASM) 121 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_add_neon$(ASM)
102 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_1_add_neon$(AS M) 122 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_1_add_neon$(AS M)
103 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_add_neon$(ASM) 123 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_add_neon$(ASM)
104 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct16x16_1_add_neon$( ASM) 124 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct16x16_1_add_neon$( ASM)
105 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct16x16_add_neon$(AS M) 125 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct16x16_add_neon$(AS M)
106 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct32x32_add_neon$(AS M) 126 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct32x32_add_neon$(AS M)
107 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_iht4x4_add_neon$(ASM) 127 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_iht4x4_add_neon$(ASM)
108 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_iht8x8_add_neon$(ASM) 128 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_iht8x8_add_neon$(ASM)
109 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_mb_lpf_neon$(ASM) 129 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_mb_lpf_neon$(ASM)
110 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_copy_neon$(ASM) 130 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_copy_neon$(ASM)
111 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_avg_neon$(ASM) 131 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_avg_neon$(ASM)
132 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_save_reg_neon$(ASM)
112 133
113 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.sh)) 134 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.sh))
OLDNEW
« no previous file with comments | « source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c ('k') | source/libvpx/vp9/vp9_cx_iface.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698