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

Side by Side Diff: libvpx_srcs_arm64.gypi

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 | « libvpx_srcs.gni ('k') | libvpx_srcs_arm_neon.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'sources': [ 7 'sources': [
8 '<(libvpx_source)/vp8/common/alloccommon.c', 8 '<(libvpx_source)/vp8/common/alloccommon.c',
9 '<(libvpx_source)/vp8/common/alloccommon.h', 9 '<(libvpx_source)/vp8/common/alloccommon.h',
10 '<(libvpx_source)/vp8/common/arm/dequantize_arm.c', 10 '<(libvpx_source)/vp8/common/arm/dequantize_arm.c',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '<(libvpx_source)/vp8/encoder/rdopt.c', 148 '<(libvpx_source)/vp8/encoder/rdopt.c',
149 '<(libvpx_source)/vp8/encoder/rdopt.h', 149 '<(libvpx_source)/vp8/encoder/rdopt.h',
150 '<(libvpx_source)/vp8/encoder/segmentation.c', 150 '<(libvpx_source)/vp8/encoder/segmentation.c',
151 '<(libvpx_source)/vp8/encoder/segmentation.h', 151 '<(libvpx_source)/vp8/encoder/segmentation.h',
152 '<(libvpx_source)/vp8/encoder/tokenize.c', 152 '<(libvpx_source)/vp8/encoder/tokenize.c',
153 '<(libvpx_source)/vp8/encoder/tokenize.h', 153 '<(libvpx_source)/vp8/encoder/tokenize.h',
154 '<(libvpx_source)/vp8/encoder/treewriter.c', 154 '<(libvpx_source)/vp8/encoder/treewriter.c',
155 '<(libvpx_source)/vp8/encoder/treewriter.h', 155 '<(libvpx_source)/vp8/encoder/treewriter.h',
156 '<(libvpx_source)/vp8/vp8_cx_iface.c', 156 '<(libvpx_source)/vp8/vp8_cx_iface.c',
157 '<(libvpx_source)/vp8/vp8_dx_iface.c', 157 '<(libvpx_source)/vp8/vp8_dx_iface.c',
158 '<(libvpx_source)/vp9/common/arm/neon/vp9_avg_neon.c',
159 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve8_avg_neon.c', 158 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve8_avg_neon.c',
160 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve8_neon.c', 159 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve8_neon.c',
160 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_avg_neon.c',
161 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c', 161 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c',
162 '<(libvpx_source)/vp9/common/arm/neon/vp9_copy_neon.c', 162 '<(libvpx_source)/vp9/common/arm/neon/vp9_copy_neon.c',
163 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c', 163 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c',
164 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_add_neon.c', 164 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_add_neon.c',
165 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c', 165 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c',
166 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c', 166 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c',
167 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct32x32_add_neon.c', 167 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct32x32_add_neon.c',
168 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct4x4_1_add_neon.c', 168 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct4x4_1_add_neon.c',
169 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct4x4_add_neon.c', 169 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct4x4_add_neon.c',
170 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c', 170 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 '<(libvpx_source)/vpx_ports/vpx_timer.h', 365 '<(libvpx_source)/vpx_ports/vpx_timer.h',
366 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c', 366 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c',
367 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c', 367 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c',
368 '<(libvpx_source)/vpx_scale/generic/yv12config.c', 368 '<(libvpx_source)/vpx_scale/generic/yv12config.c',
369 '<(libvpx_source)/vpx_scale/generic/yv12extend.c', 369 '<(libvpx_source)/vpx_scale/generic/yv12extend.c',
370 '<(libvpx_source)/vpx_scale/vpx_scale.h', 370 '<(libvpx_source)/vpx_scale/vpx_scale.h',
371 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c', 371 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c',
372 '<(libvpx_source)/vpx_scale/yv12config.h', 372 '<(libvpx_source)/vpx_scale/yv12config.h',
373 ], 373 ],
374 } 374 }
OLDNEW
« no previous file with comments | « libvpx_srcs.gni ('k') | libvpx_srcs_arm_neon.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698