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

Side by Side Diff: source/libvpx/vp8/vp8_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/vp8/encoder/tokenize.c ('k') | source/libvpx/vp9/common/vp9_alloccommon.h » ('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 29 matching lines...) Expand all
40 VP8_COMMON_SRCS-yes += common/header.h 40 VP8_COMMON_SRCS-yes += common/header.h
41 VP8_COMMON_SRCS-yes += common/invtrans.h 41 VP8_COMMON_SRCS-yes += common/invtrans.h
42 VP8_COMMON_SRCS-yes += common/loopfilter.h 42 VP8_COMMON_SRCS-yes += common/loopfilter.h
43 VP8_COMMON_SRCS-yes += common/modecont.h 43 VP8_COMMON_SRCS-yes += common/modecont.h
44 VP8_COMMON_SRCS-yes += common/mv.h 44 VP8_COMMON_SRCS-yes += common/mv.h
45 VP8_COMMON_SRCS-yes += common/onyxc_int.h 45 VP8_COMMON_SRCS-yes += common/onyxc_int.h
46 VP8_COMMON_SRCS-yes += common/quant_common.h 46 VP8_COMMON_SRCS-yes += common/quant_common.h
47 VP8_COMMON_SRCS-yes += common/reconinter.h 47 VP8_COMMON_SRCS-yes += common/reconinter.h
48 VP8_COMMON_SRCS-yes += common/reconintra4x4.h 48 VP8_COMMON_SRCS-yes += common/reconintra4x4.h
49 VP8_COMMON_SRCS-yes += common/rtcd.c 49 VP8_COMMON_SRCS-yes += common/rtcd.c
50 VP8_COMMON_SRCS-yes += common/rtcd_defs.sh 50 VP8_COMMON_SRCS-yes += common/rtcd_defs.pl
51 VP8_COMMON_SRCS-yes += common/setupintrarecon.h 51 VP8_COMMON_SRCS-yes += common/setupintrarecon.h
52 VP8_COMMON_SRCS-yes += common/swapyv12buffer.h 52 VP8_COMMON_SRCS-yes += common/swapyv12buffer.h
53 VP8_COMMON_SRCS-yes += common/systemdependent.h 53 VP8_COMMON_SRCS-yes += common/systemdependent.h
54 VP8_COMMON_SRCS-yes += common/threading.h 54 VP8_COMMON_SRCS-yes += common/threading.h
55 VP8_COMMON_SRCS-yes += common/treecoder.h 55 VP8_COMMON_SRCS-yes += common/treecoder.h
56 VP8_COMMON_SRCS-yes += common/loopfilter.c 56 VP8_COMMON_SRCS-yes += common/loopfilter.c
57 VP8_COMMON_SRCS-yes += common/loopfilter_filters.c 57 VP8_COMMON_SRCS-yes += common/loopfilter_filters.c
58 VP8_COMMON_SRCS-yes += common/mbpitch.c 58 VP8_COMMON_SRCS-yes += common/mbpitch.c
59 VP8_COMMON_SRCS-yes += common/modecont.c 59 VP8_COMMON_SRCS-yes += common/modecont.c
60 VP8_COMMON_SRCS-yes += common/quant_common.c 60 VP8_COMMON_SRCS-yes += common/quant_common.c
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16s_neon $(ASM) 182 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16s_neon $(ASM)
183 183
184 # common (neon intrinsics) 184 # common (neon intrinsics)
185 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c 185 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c
186 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem_neon.c 186 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem_neon.c
187 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon.c 187 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon.c
188 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequant_idct_neon.c 188 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequant_idct_neon.c
189 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon.c 189 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon.c
190 190
191 191
192 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.sh)) 192 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.pl))
OLDNEW
« no previous file with comments | « source/libvpx/vp8/encoder/tokenize.c ('k') | source/libvpx/vp9/common/vp9_alloccommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698