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

Side by Side Diff: source/libvpx/vp8/vp8_common.mk

Issue 13042014: Description: (Closed) Base URL: https://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 7 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
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 VP8_COMMON_SRCS-yes += vp8_common.mk 11 VP8_COMMON_SRCS-yes += vp8_common.mk
12 VP8_COMMON_SRCS-yes += common/pragmas.h 12 VP8_COMMON_SRCS-yes += common/pragmas.h
13 VP8_COMMON_SRCS-yes += common/ppflags.h 13 VP8_COMMON_SRCS-yes += common/ppflags.h
14 VP8_COMMON_SRCS-yes += common/onyx.h 14 VP8_COMMON_SRCS-yes += common/onyx.h
15 VP8_COMMON_SRCS-yes += common/onyxd.h 15 VP8_COMMON_SRCS-yes += common/onyxd.h
16 VP8_COMMON_SRCS-yes += common/alloccommon.c 16 VP8_COMMON_SRCS-yes += common/alloccommon.c
17 VP8_COMMON_SRCS-yes += common/asm_com_offsets.c
18 VP8_COMMON_SRCS-yes += common/blockd.c 17 VP8_COMMON_SRCS-yes += common/blockd.c
19 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h 18 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h
20 VP8_COMMON_SRCS-yes += common/debugmodes.c 19 VP8_COMMON_SRCS-yes += common/debugmodes.c
21 VP8_COMMON_SRCS-yes += common/default_coef_probs.h 20 VP8_COMMON_SRCS-yes += common/default_coef_probs.h
22 VP8_COMMON_SRCS-yes += common/dequantize.c 21 VP8_COMMON_SRCS-yes += common/dequantize.c
23 VP8_COMMON_SRCS-yes += common/entropy.c 22 VP8_COMMON_SRCS-yes += common/entropy.c
24 VP8_COMMON_SRCS-yes += common/entropymode.c 23 VP8_COMMON_SRCS-yes += common/entropymode.c
25 VP8_COMMON_SRCS-yes += common/entropymv.c 24 VP8_COMMON_SRCS-yes += common/entropymv.c
26 VP8_COMMON_SRCS-yes += common/extend.c 25 VP8_COMMON_SRCS-yes += common/extend.c
27 VP8_COMMON_SRCS-yes += common/filter.c 26 VP8_COMMON_SRCS-yes += common/filter.c
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 VP8_COMMON_SRCS-yes += common/modecont.c 59 VP8_COMMON_SRCS-yes += common/modecont.c
61 VP8_COMMON_SRCS-yes += common/quant_common.c 60 VP8_COMMON_SRCS-yes += common/quant_common.c
62 VP8_COMMON_SRCS-yes += common/reconinter.c 61 VP8_COMMON_SRCS-yes += common/reconinter.c
63 VP8_COMMON_SRCS-yes += common/reconintra.c 62 VP8_COMMON_SRCS-yes += common/reconintra.c
64 VP8_COMMON_SRCS-yes += common/reconintra4x4.c 63 VP8_COMMON_SRCS-yes += common/reconintra4x4.c
65 VP8_COMMON_SRCS-yes += common/sad_c.c 64 VP8_COMMON_SRCS-yes += common/sad_c.c
66 VP8_COMMON_SRCS-yes += common/setupintrarecon.c 65 VP8_COMMON_SRCS-yes += common/setupintrarecon.c
67 VP8_COMMON_SRCS-yes += common/swapyv12buffer.c 66 VP8_COMMON_SRCS-yes += common/swapyv12buffer.c
68 VP8_COMMON_SRCS-yes += common/variance_c.c 67 VP8_COMMON_SRCS-yes += common/variance_c.c
69 VP8_COMMON_SRCS-yes += common/variance.h 68 VP8_COMMON_SRCS-yes += common/variance.h
69 VP8_COMMON_SRCS-yes += common/vp8_asm_com_offsets.c
70 VP8_COMMON_SRCS-yes += common/vp8_entropymodedata.h 70 VP8_COMMON_SRCS-yes += common/vp8_entropymodedata.h
71 71
72 72
73 73
74 VP8_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c 74 VP8_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c
75 VP8_COMMON_SRCS-yes += common/treecoder.c 75 VP8_COMMON_SRCS-yes += common/treecoder.c
76 76
77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.c 77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.c
78 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.h 78 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.h
79 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c 79 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_full_2x_neon$(ASM) 186 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_full_2x_neon$(ASM)
187 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_0_2x_neon$(ASM) 187 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_0_2x_neon$(ASM)
188 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon$(ASM) 188 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon$(ASM)
189 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_blk_neon.c 189 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_blk_neon.c
190 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/variance_neon$(ASM) 190 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/variance_neon$(ASM)
191 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance8x8_neon$(A SM) 191 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance8x8_neon$(A SM)
192 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16_neon$ (ASM) 192 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16_neon$ (ASM)
193 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16s_neon $(ASM) 193 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16s_neon $(ASM)
194 194
195 $(eval $(call asm_offsets_template,\ 195 $(eval $(call asm_offsets_template,\
196 vp8_asm_com_offsets.asm, $(VP8_PREFIX)common/asm_com_offsets.c)) 196 vp8_asm_com_offsets.asm, $(VP8_PREFIX)common/vp8_asm_com_offsets.c))
197 197
198 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.sh)) 198 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.sh))
OLDNEW
« no previous file with comments | « source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm ('k') | source/libvpx/vp8/vp8_dx_iface.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698