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

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

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « source/libvpx/vp9/vp9_dx_iface.c ('k') | source/libvpx/vpx/vp8cx.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 15 matching lines...) Expand all
26 VP9_CX_SRCS-yes += encoder/vp9_dct.c 26 VP9_CX_SRCS-yes += encoder/vp9_dct.c
27 VP9_CX_SRCS-$(CONFIG_VP9_TEMPORAL_DENOISING) += encoder/vp9_denoiser.c 27 VP9_CX_SRCS-$(CONFIG_VP9_TEMPORAL_DENOISING) += encoder/vp9_denoiser.c
28 VP9_CX_SRCS-$(CONFIG_VP9_TEMPORAL_DENOISING) += encoder/vp9_denoiser.h 28 VP9_CX_SRCS-$(CONFIG_VP9_TEMPORAL_DENOISING) += encoder/vp9_denoiser.h
29 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.c 29 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.c
30 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.h 30 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.h
31 VP9_CX_SRCS-yes += encoder/vp9_encodemb.c 31 VP9_CX_SRCS-yes += encoder/vp9_encodemb.c
32 VP9_CX_SRCS-yes += encoder/vp9_encodemv.c 32 VP9_CX_SRCS-yes += encoder/vp9_encodemv.c
33 VP9_CX_SRCS-yes += encoder/vp9_ethread.h 33 VP9_CX_SRCS-yes += encoder/vp9_ethread.h
34 VP9_CX_SRCS-yes += encoder/vp9_ethread.c 34 VP9_CX_SRCS-yes += encoder/vp9_ethread.c
35 VP9_CX_SRCS-yes += encoder/vp9_extend.c 35 VP9_CX_SRCS-yes += encoder/vp9_extend.c
36 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_fastssim.c
37 VP9_CX_SRCS-yes += encoder/vp9_firstpass.c 36 VP9_CX_SRCS-yes += encoder/vp9_firstpass.c
38 VP9_CX_SRCS-yes += encoder/vp9_block.h 37 VP9_CX_SRCS-yes += encoder/vp9_block.h
39 VP9_CX_SRCS-yes += encoder/vp9_bitstream.h 38 VP9_CX_SRCS-yes += encoder/vp9_bitstream.h
40 VP9_CX_SRCS-yes += encoder/vp9_encodemb.h 39 VP9_CX_SRCS-yes += encoder/vp9_encodemb.h
41 VP9_CX_SRCS-yes += encoder/vp9_encodemv.h 40 VP9_CX_SRCS-yes += encoder/vp9_encodemv.h
42 VP9_CX_SRCS-yes += encoder/vp9_extend.h 41 VP9_CX_SRCS-yes += encoder/vp9_extend.h
43 VP9_CX_SRCS-yes += encoder/vp9_firstpass.h 42 VP9_CX_SRCS-yes += encoder/vp9_firstpass.h
44 VP9_CX_SRCS-yes += encoder/vp9_lookahead.c 43 VP9_CX_SRCS-yes += encoder/vp9_lookahead.c
45 VP9_CX_SRCS-yes += encoder/vp9_lookahead.h 44 VP9_CX_SRCS-yes += encoder/vp9_lookahead.h
46 VP9_CX_SRCS-yes += encoder/vp9_mcomp.h 45 VP9_CX_SRCS-yes += encoder/vp9_mcomp.h
47 VP9_CX_SRCS-yes += encoder/vp9_encoder.h 46 VP9_CX_SRCS-yes += encoder/vp9_encoder.h
48 VP9_CX_SRCS-yes += encoder/vp9_quantize.h 47 VP9_CX_SRCS-yes += encoder/vp9_quantize.h
49 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.h 48 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.h
50 VP9_CX_SRCS-yes += encoder/vp9_rd.h 49 VP9_CX_SRCS-yes += encoder/vp9_rd.h
51 VP9_CX_SRCS-yes += encoder/vp9_rdopt.h 50 VP9_CX_SRCS-yes += encoder/vp9_rdopt.h
52 VP9_CX_SRCS-yes += encoder/vp9_pickmode.h 51 VP9_CX_SRCS-yes += encoder/vp9_pickmode.h
53 VP9_CX_SRCS-yes += encoder/vp9_svc_layercontext.h 52 VP9_CX_SRCS-yes += encoder/vp9_svc_layercontext.h
54 VP9_CX_SRCS-yes += encoder/vp9_tokenize.h 53 VP9_CX_SRCS-yes += encoder/vp9_tokenize.h
55 VP9_CX_SRCS-yes += encoder/vp9_treewriter.h 54 VP9_CX_SRCS-yes += encoder/vp9_treewriter.h
56 VP9_CX_SRCS-yes += encoder/vp9_mcomp.c 55 VP9_CX_SRCS-yes += encoder/vp9_mcomp.c
57 VP9_CX_SRCS-yes += encoder/vp9_encoder.c 56 VP9_CX_SRCS-yes += encoder/vp9_encoder.c
58 VP9_CX_SRCS-yes += encoder/vp9_picklpf.c 57 VP9_CX_SRCS-yes += encoder/vp9_picklpf.c
59 VP9_CX_SRCS-yes += encoder/vp9_picklpf.h 58 VP9_CX_SRCS-yes += encoder/vp9_picklpf.h
60 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_psnrhvs.c
61 VP9_CX_SRCS-yes += encoder/vp9_quantize.c 59 VP9_CX_SRCS-yes += encoder/vp9_quantize.c
62 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c 60 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c
63 VP9_CX_SRCS-yes += encoder/vp9_rd.c 61 VP9_CX_SRCS-yes += encoder/vp9_rd.c
64 VP9_CX_SRCS-yes += encoder/vp9_rdopt.c 62 VP9_CX_SRCS-yes += encoder/vp9_rdopt.c
65 VP9_CX_SRCS-yes += encoder/vp9_pickmode.c 63 VP9_CX_SRCS-yes += encoder/vp9_pickmode.c
66 VP9_CX_SRCS-yes += encoder/vp9_segmentation.c 64 VP9_CX_SRCS-yes += encoder/vp9_segmentation.c
67 VP9_CX_SRCS-yes += encoder/vp9_segmentation.h 65 VP9_CX_SRCS-yes += encoder/vp9_segmentation.h
68 VP9_CX_SRCS-yes += encoder/vp9_speed_features.c 66 VP9_CX_SRCS-yes += encoder/vp9_speed_features.c
69 VP9_CX_SRCS-yes += encoder/vp9_speed_features.h 67 VP9_CX_SRCS-yes += encoder/vp9_speed_features.h
70 VP9_CX_SRCS-yes += encoder/vp9_subexp.c 68 VP9_CX_SRCS-yes += encoder/vp9_subexp.c
71 VP9_CX_SRCS-yes += encoder/vp9_subexp.h 69 VP9_CX_SRCS-yes += encoder/vp9_subexp.h
72 VP9_CX_SRCS-yes += encoder/vp9_svc_layercontext.c 70 VP9_CX_SRCS-yes += encoder/vp9_svc_layercontext.c
73 VP9_CX_SRCS-yes += encoder/vp9_resize.c 71 VP9_CX_SRCS-yes += encoder/vp9_resize.c
74 VP9_CX_SRCS-yes += encoder/vp9_resize.h 72 VP9_CX_SRCS-yes += encoder/vp9_resize.h
75 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c
76 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.h
77 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_blockiness.c 73 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_blockiness.c
78 74
79 VP9_CX_SRCS-yes += encoder/vp9_tokenize.c 75 VP9_CX_SRCS-yes += encoder/vp9_tokenize.c
80 VP9_CX_SRCS-yes += encoder/vp9_treewriter.c 76 VP9_CX_SRCS-yes += encoder/vp9_treewriter.c
81 VP9_CX_SRCS-yes += encoder/vp9_aq_variance.c 77 VP9_CX_SRCS-yes += encoder/vp9_aq_variance.c
82 VP9_CX_SRCS-yes += encoder/vp9_aq_variance.h 78 VP9_CX_SRCS-yes += encoder/vp9_aq_variance.h
83 VP9_CX_SRCS-yes += encoder/vp9_aq_cyclicrefresh.c 79 VP9_CX_SRCS-yes += encoder/vp9_aq_cyclicrefresh.c
84 VP9_CX_SRCS-yes += encoder/vp9_aq_cyclicrefresh.h 80 VP9_CX_SRCS-yes += encoder/vp9_aq_cyclicrefresh.h
85 VP9_CX_SRCS-yes += encoder/vp9_aq_complexity.c 81 VP9_CX_SRCS-yes += encoder/vp9_aq_complexity.c
86 VP9_CX_SRCS-yes += encoder/vp9_aq_complexity.h 82 VP9_CX_SRCS-yes += encoder/vp9_aq_complexity.h
(...skipping 19 matching lines...) Expand all
106 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_dct_mmx.asm 102 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_dct_mmx.asm
107 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm 103 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm
108 endif 104 endif
109 105
110 ifeq ($(ARCH_X86_64),yes) 106 ifeq ($(ARCH_X86_64),yes)
111 ifeq ($(CONFIG_USE_X86INC),yes) 107 ifeq ($(CONFIG_USE_X86INC),yes)
112 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3_x86_64.asm 108 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3_x86_64.asm
113 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3_x86_64.asm 109 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3_x86_64.asm
114 endif 110 endif
115 endif 111 endif
116 VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt_x86_64.asm
117 112
118 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c 113 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c
119 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3.c 114 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3.c
120 115
121 ifeq ($(CONFIG_VP9_TEMPORAL_DENOISING),yes) 116 ifeq ($(CONFIG_VP9_TEMPORAL_DENOISING),yes)
122 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_denoiser_sse2.c 117 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_denoiser_sse2.c
123 endif 118 endif
124 119
125 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_error_intrin_avx2.c 120 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_error_intrin_avx2.c
126 121
127 ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes) 122 ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
128 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_dct_neon.c 123 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_dct_neon.c
129 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_error_neon.c 124 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_error_neon.c
130 endif 125 endif
131 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_avg_neon.c 126 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_avg_neon.c
132 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_quantize_neon.c 127 VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_quantize_neon.c
133 128
134 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_avg_msa.c 129 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_avg_msa.c
135 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_error_msa.c 130 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_error_msa.c
136 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct4x4_msa.c 131 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct4x4_msa.c
137 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct8x8_msa.c 132 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct8x8_msa.c
138 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct16x16_msa.c 133 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct16x16_msa.c
139 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct_msa.h 134 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct_msa.h
140 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_temporal_filter_msa.c 135 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_temporal_filter_msa.c
141 136
142 VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes)) 137 VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes))
OLDNEW
« no previous file with comments | « source/libvpx/vp9/vp9_dx_iface.c ('k') | source/libvpx/vpx/vp8cx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698