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

Side by Side Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2259483002: Roll src/third_party/libvpx/source/libvpx/ 2d1e63d0c..fe4dd4f43 (13 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/libvpx_srcs_arm64.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 libvpx_srcs_x86 = [ 6 libvpx_srcs_x86 = [
7 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 7 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
8 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 8 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
9 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", 9 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
10 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", 10 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
(...skipping 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c", 2283 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c",
2284 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c", 2284 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c",
2285 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c", 2285 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c",
2286 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.c", 2286 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.c",
2287 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c", 2287 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c",
2288 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c", 2288 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c",
2289 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", 2289 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c",
2290 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.c", 2290 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.c",
2291 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.c", 2291 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.c",
2292 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.c", 2292 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.c",
2293 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.c",
2293 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c", 2294 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c",
2294 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", 2295 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
2295 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", 2296 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
2296 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", 2297 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c",
2297 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", 2298 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c",
2298 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h", 2299 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h",
2299 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", 2300 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
2300 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c", 2301 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c",
2301 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c", 2302 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c",
2302 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c", 2303 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c",
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
3344 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 3345 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
3345 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 3346 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
3346 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 3347 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
3347 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 3348 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
3348 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 3349 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
3349 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", 3350 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
3350 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", 3351 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
3351 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", 3352 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
3352 ] 3353 ]
3353 libvpx_srcs_generic_assembly = [] 3354 libvpx_srcs_generic_assembly = []
OLDNEW
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/libvpx_srcs_arm64.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698