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

Side by Side Diff: source/libvpx/vp8/vp8cx.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/vp8_dx_iface.c ('k') | source/libvpx/vp8/vp8cx_arm.mk » ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 VP8_CX_SRCS-yes += encoder/firstpass.c 45 VP8_CX_SRCS-yes += encoder/firstpass.c
46 VP8_CX_SRCS-yes += encoder/generic/csystemdependent.c 46 VP8_CX_SRCS-yes += encoder/generic/csystemdependent.c
47 VP8_CX_SRCS-yes += encoder/block.h 47 VP8_CX_SRCS-yes += encoder/block.h
48 VP8_CX_SRCS-yes += encoder/boolhuff.h 48 VP8_CX_SRCS-yes += encoder/boolhuff.h
49 VP8_CX_SRCS-yes += encoder/bitstream.h 49 VP8_CX_SRCS-yes += encoder/bitstream.h
50 VP8_CX_SRCS-yes += encoder/dct.h 50 VP8_CX_SRCS-yes += encoder/dct.h
51 VP8_CX_SRCS-yes += encoder/encodeintra.h 51 VP8_CX_SRCS-yes += encoder/encodeintra.h
52 VP8_CX_SRCS-yes += encoder/encodemb.h 52 VP8_CX_SRCS-yes += encoder/encodemb.h
53 VP8_CX_SRCS-yes += encoder/encodemv.h 53 VP8_CX_SRCS-yes += encoder/encodemv.h
54 VP8_CX_SRCS-yes += encoder/firstpass.h 54 VP8_CX_SRCS-yes += encoder/firstpass.h
55 VP8_CX_SRCS-yes += encoder/lookahead.c
56 VP8_CX_SRCS-yes += encoder/lookahead.h
55 VP8_CX_SRCS-yes += encoder/mcomp.h 57 VP8_CX_SRCS-yes += encoder/mcomp.h
56 VP8_CX_SRCS-yes += encoder/modecosts.h 58 VP8_CX_SRCS-yes += encoder/modecosts.h
57 VP8_CX_SRCS-yes += encoder/onyx_int.h 59 VP8_CX_SRCS-yes += encoder/onyx_int.h
58 VP8_CX_SRCS-yes += encoder/pickinter.h 60 VP8_CX_SRCS-yes += encoder/pickinter.h
59 VP8_CX_SRCS-yes += encoder/psnr.h 61 VP8_CX_SRCS-yes += encoder/psnr.h
60 VP8_CX_SRCS-yes += encoder/quantize.h 62 VP8_CX_SRCS-yes += encoder/quantize.h
61 VP8_CX_SRCS-yes += encoder/ratectrl.h 63 VP8_CX_SRCS-yes += encoder/ratectrl.h
62 VP8_CX_SRCS-yes += encoder/rdopt.h 64 VP8_CX_SRCS-yes += encoder/rdopt.h
63 VP8_CX_SRCS-yes += encoder/tokenize.h 65 VP8_CX_SRCS-yes += encoder/tokenize.h
64 VP8_CX_SRCS-yes += encoder/treewriter.h 66 VP8_CX_SRCS-yes += encoder/treewriter.h
65 VP8_CX_SRCS-yes += encoder/variance.h 67 VP8_CX_SRCS-yes += encoder/variance.h
66 VP8_CX_SRCS-yes += encoder/mcomp.c 68 VP8_CX_SRCS-yes += encoder/mcomp.c
67 VP8_CX_SRCS-yes += encoder/modecosts.c 69 VP8_CX_SRCS-yes += encoder/modecosts.c
68 VP8_CX_SRCS-yes += encoder/onyx_if.c 70 VP8_CX_SRCS-yes += encoder/onyx_if.c
69 VP8_CX_SRCS-yes += encoder/pickinter.c 71 VP8_CX_SRCS-yes += encoder/pickinter.c
70 VP8_CX_SRCS-yes += encoder/picklpf.c 72 VP8_CX_SRCS-yes += encoder/picklpf.c
71 VP8_CX_SRCS-yes += encoder/psnr.c 73 VP8_CX_SRCS-yes += encoder/psnr.c
72 VP8_CX_SRCS-yes += encoder/quantize.c 74 VP8_CX_SRCS-yes += encoder/quantize.c
73 VP8_CX_SRCS-yes += encoder/ratectrl.c 75 VP8_CX_SRCS-yes += encoder/ratectrl.c
74 VP8_CX_SRCS-yes += encoder/rdopt.c 76 VP8_CX_SRCS-yes += encoder/rdopt.c
75 VP8_CX_SRCS-yes += encoder/sad_c.c 77 VP8_CX_SRCS-yes += encoder/sad_c.c
76 VP8_CX_SRCS-yes += encoder/segmentation.c 78 VP8_CX_SRCS-yes += encoder/segmentation.c
77 VP8_CX_SRCS-yes += encoder/segmentation.h 79 VP8_CX_SRCS-yes += encoder/segmentation.h
78 VP8_CX_SRCS-$(CONFIG_PSNR) += encoder/ssim.c 80 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/ssim.c
79 VP8_CX_SRCS-yes += encoder/tokenize.c 81 VP8_CX_SRCS-yes += encoder/tokenize.c
80 VP8_CX_SRCS-yes += encoder/treewriter.c 82 VP8_CX_SRCS-yes += encoder/treewriter.c
81 VP8_CX_SRCS-yes += encoder/variance_c.c 83 VP8_CX_SRCS-yes += encoder/variance_c.c
82 VP8_CX_SRCS-$(CONFIG_PSNR) += common/postproc.h 84 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h
83 VP8_CX_SRCS-$(CONFIG_PSNR) += common/postproc.c 85 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
84 VP8_CX_SRCS-yes += encoder/temporal_filter.c 86 VP8_CX_SRCS-yes += encoder/temporal_filter.c
85 VP8_CX_SRCS-yes += encoder/temporal_filter.h 87 VP8_CX_SRCS-yes += encoder/temporal_filter.h
86 88
87 ifeq ($(CONFIG_REALTIME_ONLY),yes) 89 ifeq ($(CONFIG_REALTIME_ONLY),yes)
88 VP8_CX_SRCS_REMOVE-yes += encoder/firstpass.c 90 VP8_CX_SRCS_REMOVE-yes += encoder/firstpass.c
89 VP8_CX_SRCS_REMOVE-yes += encoder/temporal_filter.c 91 VP8_CX_SRCS_REMOVE-yes += encoder/temporal_filter.c
90 endif 92 endif
91 93
92 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodemb_x86.h 94 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodemb_x86.h
93 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/dct_x86.h 95 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/dct_x86.h
(...skipping 14 matching lines...) Expand all
108 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/fwalsh_sse2.asm 110 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/fwalsh_sse2.asm
109 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/quantize_sse2.asm 111 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/quantize_sse2.asm
110 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/subtract_sse2.asm 112 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/subtract_sse2.asm
111 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm 113 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
112 VP8_CX_SRCS-$(HAVE_SSE3) += encoder/x86/sad_sse3.asm 114 VP8_CX_SRCS-$(HAVE_SSE3) += encoder/x86/sad_sse3.asm
113 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/sad_ssse3.asm 115 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/sad_ssse3.asm
114 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/variance_ssse3.c 116 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/variance_ssse3.c
115 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/variance_impl_ssse3.asm 117 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/variance_impl_ssse3.asm
116 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/quantize_ssse3.asm 118 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/quantize_ssse3.asm
117 VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/sad_sse4.asm 119 VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/sad_sse4.asm
120 VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/quantize_sse4.asm
118 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/quantize_mmx.asm 121 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/quantize_mmx.asm
119 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm 122 VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm
120 VP8_CX_SRCS-$(ARCH_X86_64) += encoder/x86/ssim_opt.asm 123 VP8_CX_SRCS-$(ARCH_X86_64) += encoder/x86/ssim_opt.asm
121 124
122 ifeq ($(CONFIG_REALTIME_ONLY),yes) 125 ifeq ($(CONFIG_REALTIME_ONLY),yes)
123 VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm 126 VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
124 endif 127 endif
125 128
126 129
127 VP8_CX_SRCS-yes := $(filter-out $(VP8_CX_SRCS_REMOVE-yes),$(VP8_CX_SRCS-yes)) 130 VP8_CX_SRCS-yes := $(filter-out $(VP8_CX_SRCS_REMOVE-yes),$(VP8_CX_SRCS-yes))
OLDNEW
« no previous file with comments | « source/libvpx/vp8/vp8_dx_iface.c ('k') | source/libvpx/vp8/vp8cx_arm.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698