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

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

Issue 232133009: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 8 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 | 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
11 VP9_COMMON_SRCS-yes += vp9_common.mk 11 VP9_COMMON_SRCS-yes += vp9_common.mk
12 VP9_COMMON_SRCS-yes += vp9_iface_common.h 12 VP9_COMMON_SRCS-yes += vp9_iface_common.h
13 VP9_COMMON_SRCS-yes += common/vp9_pragmas.h 13 VP9_COMMON_SRCS-yes += common/vp9_pragmas.h
14 VP9_COMMON_SRCS-yes += common/vp9_ppflags.h 14 VP9_COMMON_SRCS-yes += common/vp9_ppflags.h
15 VP9_COMMON_SRCS-yes += common/vp9_onyx.h
16 VP9_COMMON_SRCS-yes += common/vp9_alloccommon.c 15 VP9_COMMON_SRCS-yes += common/vp9_alloccommon.c
17 VP9_COMMON_SRCS-yes += common/vp9_blockd.c 16 VP9_COMMON_SRCS-yes += common/vp9_blockd.c
18 VP9_COMMON_SRCS-yes += common/vp9_convolve.c 17 VP9_COMMON_SRCS-yes += common/vp9_convolve.c
19 VP9_COMMON_SRCS-yes += common/vp9_convolve.h 18 VP9_COMMON_SRCS-yes += common/vp9_convolve.h
20 VP9_COMMON_SRCS-yes += common/vp9_debugmodes.c 19 VP9_COMMON_SRCS-yes += common/vp9_debugmodes.c
21 VP9_COMMON_SRCS-yes += common/vp9_entropy.c 20 VP9_COMMON_SRCS-yes += common/vp9_entropy.c
22 VP9_COMMON_SRCS-yes += common/vp9_entropymode.c 21 VP9_COMMON_SRCS-yes += common/vp9_entropymode.c
23 VP9_COMMON_SRCS-yes += common/vp9_entropymv.c 22 VP9_COMMON_SRCS-yes += common/vp9_entropymv.c
24 VP9_COMMON_SRCS-yes += common/vp9_filter.c 23 VP9_COMMON_SRCS-yes += common/vp9_filter.c
25 VP9_COMMON_SRCS-yes += common/vp9_filter.h 24 VP9_COMMON_SRCS-yes += common/vp9_filter.h
(...skipping 12 matching lines...) Expand all
38 VP9_COMMON_SRCS-yes += common/vp9_mv.h 37 VP9_COMMON_SRCS-yes += common/vp9_mv.h
39 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h 38 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h
40 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h 39 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h
41 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c 40 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c
42 VP9_COMMON_SRCS-yes += common/vp9_prob.h 41 VP9_COMMON_SRCS-yes += common/vp9_prob.h
43 VP9_COMMON_SRCS-yes += common/vp9_prob.c 42 VP9_COMMON_SRCS-yes += common/vp9_prob.c
44 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h 43 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h
45 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h 44 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
46 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h 45 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h
47 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c 46 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c
48 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh 47 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.pl
49 VP9_COMMON_SRCS-yes += common/vp9_scale.h 48 VP9_COMMON_SRCS-yes += common/vp9_scale.h
50 VP9_COMMON_SRCS-yes += common/vp9_scale.c 49 VP9_COMMON_SRCS-yes += common/vp9_scale.c
51 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h 50 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
52 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c 51 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c
53 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h 52 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h
54 VP9_COMMON_SRCS-yes += common/vp9_textblit.h 53 VP9_COMMON_SRCS-yes += common/vp9_textblit.h
55 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h 54 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
56 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c 55 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c
57 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c 56 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c
58 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c 57 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct32x32_1_add_neon$(ASM) 137 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct32x32_1_add_neon$(ASM)
139 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct32x32_add_neon$(ASM) 138 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct32x32_add_neon$(ASM)
140 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon$(ASM) 139 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon$(ASM)
141 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon$(ASM) 140 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon$(ASM)
142 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_mb_lpf_neon$(ASM) 141 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_mb_lpf_neon$(ASM)
143 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_copy_neon$(ASM) 142 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_copy_neon$(ASM)
144 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_avg_neon$(ASM) 143 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_avg_neon$(ASM)
145 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_save_reg_neon$(ASM) 144 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_save_reg_neon$(ASM)
146 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_reconintra_neon$(ASM) 145 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_reconintra_neon$(ASM)
147 146
148 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.sh)) 147 $(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_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