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

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

Issue 1089243007: Cherry pick "Rename neon convolve avg file" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 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
« no previous file with comments | « source/libvpx/vp9/common/arm/neon/vp9_convolve_avg_neon_asm.asm ('k') | no next file » | 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_mb_lpf_neon$(ASM) 141 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_mb_lpf_neon$(ASM)
142 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_save_reg_neon$(ASM) 142 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_save_reg_neon$(ASM)
143 143
144 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c 144 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c
145 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c 145 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c
146 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon.c 146 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon.c
147 147
148 # neon with assembly and intrinsics implementations. If both are available 148 # neon with assembly and intrinsics implementations. If both are available
149 # prefer assembly. 149 # prefer assembly.
150 ifeq ($(HAVE_NEON_ASM), yes) 150 ifeq ($(HAVE_NEON_ASM), yes)
151 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_avg_neon_asm$(ASM)
152 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_avg_neon_asm$(ASM) 151 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_avg_neon_asm$(ASM)
153 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_neon_asm$(ASM) 152 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_neon_asm$(ASM)
153 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve_avg_neon_asm$(ASM)
154 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve_neon.c 154 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve_neon.c
155 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_copy_neon_asm$(ASM) 155 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_copy_neon_asm$(ASM)
156 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_1_add_neon_asm$(ASM) 156 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_1_add_neon_asm$(ASM)
157 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_add_neon_asm$(ASM) 157 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_add_neon_asm$(ASM)
158 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_neon.c 158 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_neon.c
159 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_1_add_neon_asm$(ASM) 159 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_1_add_neon_asm$(ASM)
160 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_add_neon_asm$(ASM) 160 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_add_neon_asm$(ASM)
161 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_1_add_neon_asm$(ASM) 161 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_1_add_neon_asm$(ASM)
162 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_add_neon_asm$(ASM) 162 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_add_neon_asm$(ASM)
163 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_1_add_neon_asm$(ASM) 163 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_1_add_neon_asm$(ASM)
164 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_add_neon_asm$(ASM) 164 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_add_neon_asm$(ASM)
165 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_4_neon_asm$(ASM) 165 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_4_neon_asm$(ASM)
166 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_reconintra_neon_asm$(ASM) 166 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_reconintra_neon_asm$(ASM)
167 else 167 else
168 ifeq ($(HAVE_NEON), yes) 168 ifeq ($(HAVE_NEON), yes)
169 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_avg_neon.c
170 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_avg_neon.c 169 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_avg_neon.c
171 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_neon.c 170 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve8_neon.c
171 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve_avg_neon.c
172 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve_neon.c 172 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_convolve_neon.c
173 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_copy_neon.c 173 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_copy_neon.c
174 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_1_add_neon.c 174 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_1_add_neon.c
175 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_add_neon.c 175 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_add_neon.c
176 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_neon.c 176 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct16x16_neon.c
177 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_1_add_neon.c 177 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_1_add_neon.c
178 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_add_neon.c 178 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct32x32_add_neon.c
179 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_1_add_neon.c 179 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_1_add_neon.c
180 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_add_neon.c 180 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct4x4_add_neon.c
181 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_1_add_neon.c 181 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_1_add_neon.c
182 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_add_neon.c 182 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_idct8x8_add_neon.c
183 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_16_neon.c 183 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_16_neon.c
184 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_4_neon.c 184 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_4_neon.c
185 # TODO(johannkoenig): re-enable when chromium build is fixed 185 # TODO(johannkoenig): re-enable when chromium build is fixed
186 # # https://code.google.com/p/chromium/issues/detail?id=443839 186 # # https://code.google.com/p/chromium/issues/detail?id=443839
187 #VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_8_neon.c 187 #VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_8_neon.c
188 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_reconintra_neon.c 188 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_reconintra_neon.c
189 endif # HAVE_NEON 189 endif # HAVE_NEON
190 endif # HAVE_NEON_ASM 190 endif # HAVE_NEON_ASM
191 191
192 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl)) 192 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl))
OLDNEW
« no previous file with comments | « source/libvpx/vp9/common/arm/neon/vp9_convolve_avg_neon_asm.asm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698