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

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

Issue 7671004: Update libvpx snapshot to v0.9.7-p1 (Cayuga). (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: '' Created 9 years, 4 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/x86/x86_csystemdependent.c ('k') | source/libvpx/vp8/vp8_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 VP8_COMMON_SRCS-yes += vp8_common.mk 11 VP8_COMMON_SRCS-yes += vp8_common.mk
12 VP8_COMMON_SRCS-yes += common/type_aliases.h 12 VP8_COMMON_SRCS-yes += common/type_aliases.h
13 VP8_COMMON_SRCS-yes += common/pragmas.h 13 VP8_COMMON_SRCS-yes += common/pragmas.h
14 VP8_COMMON_SRCS-yes += common/ppflags.h 14 VP8_COMMON_SRCS-yes += common/ppflags.h
15 VP8_COMMON_SRCS-yes += common/onyx.h 15 VP8_COMMON_SRCS-yes += common/onyx.h
16 VP8_COMMON_SRCS-yes += common/onyxd.h 16 VP8_COMMON_SRCS-yes += common/onyxd.h
17 VP8_COMMON_SRCS-yes += common/alloccommon.c 17 VP8_COMMON_SRCS-yes += common/alloccommon.c
18 VP8_COMMON_SRCS-yes += common/asm_com_offsets.c
18 VP8_COMMON_SRCS-yes += common/blockd.c 19 VP8_COMMON_SRCS-yes += common/blockd.c
19 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h 20 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h
20 VP8_COMMON_SRCS-yes += common/debugmodes.c 21 VP8_COMMON_SRCS-yes += common/debugmodes.c
21 VP8_COMMON_SRCS-yes += common/defaultcoefcounts.h 22 VP8_COMMON_SRCS-yes += common/defaultcoefcounts.h
23 VP8_COMMON_SRCS-yes += common/defaultcoefcounts.c
22 VP8_COMMON_SRCS-yes += common/entropy.c 24 VP8_COMMON_SRCS-yes += common/entropy.c
23 VP8_COMMON_SRCS-yes += common/entropymode.c 25 VP8_COMMON_SRCS-yes += common/entropymode.c
24 VP8_COMMON_SRCS-yes += common/entropymv.c 26 VP8_COMMON_SRCS-yes += common/entropymv.c
25 VP8_COMMON_SRCS-yes += common/extend.c 27 VP8_COMMON_SRCS-yes += common/extend.c
26 VP8_COMMON_SRCS-yes += common/filter.c 28 VP8_COMMON_SRCS-yes += common/filter.c
27 VP8_COMMON_SRCS-yes += common/filter.h 29 VP8_COMMON_SRCS-yes += common/filter.h
28 VP8_COMMON_SRCS-yes += common/findnearmv.c 30 VP8_COMMON_SRCS-yes += common/findnearmv.c
29 VP8_COMMON_SRCS-yes += common/generic/systemdependent.c 31 VP8_COMMON_SRCS-yes += common/generic/systemdependent.c
30 VP8_COMMON_SRCS-yes += common/idctllm.c 32 VP8_COMMON_SRCS-yes += common/idctllm.c
31 VP8_COMMON_SRCS-yes += common/alloccommon.h 33 VP8_COMMON_SRCS-yes += common/alloccommon.h
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c 84 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c
83 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h 85 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h
84 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c 86 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c
85 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm 87 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm
86 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm 88 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm
87 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.asm 89 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.asm
88 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm 90 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm
89 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm 91 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm
90 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm 92 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm
91 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm 93 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm
94 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_wrapper_sse2.c
92 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm 95 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm
93 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm 96 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm
94 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm 97 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm
95 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/subpixel_ssse3.asm 98 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/subpixel_ssse3.asm
96 ifeq ($(CONFIG_POSTPROC),yes) 99 ifeq ($(CONFIG_POSTPROC),yes)
97 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/postproc_mmx.asm 100 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/postproc_mmx.asm
98 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm 101 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm
99 endif 102 endif
100 103
101 VP8_COMMON_SRCS-$(ARCH_ARM) += common/asm_com_offsets.c 104 # common (c)
102 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/arm_systemdependent.c 105 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/arm_systemdependent.c
103 106 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/bilinearfilter_arm.c
104 # common (c) 107 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/bilinearfilter_arm.h
105 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/bilinearfilter_arm.c 108 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/filter_arm.c
106 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/bilinearfilter_arm.h 109 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/idct_arm.h
107 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/filter_arm.c 110 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/loopfilter_arm.c
108 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/loopfilter_arm.c 111 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/loopfilter_arm.h
109 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/reconintra_arm.c 112 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/recon_arm.h
113 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/reconintra_arm.c
114 VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/subpixel_arm.h
110 115
111 # common (armv6) 116 # common (armv6)
112 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/bilinearfilter_v6$(ASM) 117 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/bilinearfilter_v6$(ASM)
113 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/copymem8x4_v6$(ASM) 118 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/copymem8x4_v6$(ASM)
114 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/copymem8x8_v6$(ASM) 119 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/copymem8x8_v6$(ASM)
115 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/copymem16x16_v6$(ASM) 120 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/copymem16x16_v6$(ASM)
116 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/dc_only_idct_add_v6$(ASM) 121 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/dc_only_idct_add_v6$(ASM)
117 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/iwalsh_v6$(ASM) 122 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/iwalsh_v6$(ASM)
118 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/filter_v6$(ASM) 123 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/filter_v6$(ASM)
119 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/idct_v6$(ASM) 124 VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/idct_v6$(ASM)
(...skipping 22 matching lines...) Expand all
142 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/shortidct4x4llm_1_neon$(ASM) 147 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/shortidct4x4llm_1_neon$(ASM)
143 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/shortidct4x4llm_neon$(ASM) 148 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/shortidct4x4llm_neon$(ASM)
144 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict4x4_neon$(ASM) 149 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict4x4_neon$(ASM)
145 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict8x4_neon$(ASM) 150 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict8x4_neon$(ASM)
146 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict8x8_neon$(ASM) 151 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict8x8_neon$(ASM)
147 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict16x16_neon$(ASM) 152 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/sixtappredict16x16_neon$(ASM)
148 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/recon16x16mb_neon$(ASM) 153 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/recon16x16mb_neon$(ASM)
149 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/buildintrapredictorsmby_neon$( ASM) 154 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/buildintrapredictorsmby_neon$( ASM)
150 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/save_neon_reg$(ASM) 155 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/save_neon_reg$(ASM)
151 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/recon_neon.c 156 VP8_COMMON_SRCS-$(HAVE_ARMV7) += common/arm/neon/recon_neon.c
OLDNEW
« no previous file with comments | « source/libvpx/vp8/encoder/x86/x86_csystemdependent.c ('k') | source/libvpx/vp8/vp8_cx_iface.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698