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

Side by Side Diff: libvpx_srcs_x86_64_sse4_1.gypi

Issue 13042014: Description: (Closed) Base URL: https://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 7 years, 9 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_x86_64.gypi ('k') | libvpx_srcs_x86_sse4_1.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) 2013 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2013 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/x86/filter_x86.c', 8 '<(libvpx_source)/vp8/common/x86/filter_x86.c',
9 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c', 9 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c',
10 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', 10 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
11 '<(libvpx_source)/vp8/common/x86/loopfilter_x86.c', 11 '<(libvpx_source)/vp8/common/x86/loopfilter_x86.c',
12 '<(libvpx_source)/vp8/common/x86/postproc_x86.c', 12 '<(libvpx_source)/vp8/common/x86/postproc_x86.c',
13 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', 13 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c',
14 '<(libvpx_source)/vp8/common/x86/variance_mmx.c', 14 '<(libvpx_source)/vp8/common/x86/variance_mmx.c',
15 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', 15 '<(libvpx_source)/vp8/common/x86/variance_sse2.c',
16 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c', 16 '<(libvpx_source)/vp8/common/x86/variance_ssse3.c',
17 '<(libvpx_source)/vp8/common/x86/vp8_asm_stubs.c', 17 '<(libvpx_source)/vp8/common/x86/vp8_asm_stubs.c',
18 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', 18 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c',
19 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c',
19 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c', 20 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c',
20 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', 21 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
21 '<(libvpx_source)/vp9/common/x86/vp9_asm_stubs.c', 22 '<(libvpx_source)/vp9/common/x86/vp9_asm_stubs.c',
22 '<(libvpx_source)/vp9/common/x86/vp9_filter_sse2.c', 23 '<(libvpx_source)/vp9/common/x86/vp9_filter_sse2.c',
23 '<(libvpx_source)/vp9/common/x86/vp9_filter_sse4.c', 24 '<(libvpx_source)/vp9/common/x86/vp9_filter_sse4.c',
24 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_x86.c', 25 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_x86.c',
25 '<(libvpx_source)/vp9/common/x86/vp9_recon_wrapper_sse2.c', 26 '<(libvpx_source)/vp9/common/x86/vp9_recon_wrapper_sse2.c',
26 '<(libvpx_source)/vp9/common/x86/vp9_sadmxn_x86.c', 27 '<(libvpx_source)/vp9/common/x86/vp9_sadmxn_x86.c',
27 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_variance_sse2.c', 28 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_variance_sse2.c',
28 '<(libvpx_source)/vp9/decoder/x86/vp9_idct_blk_sse2.c', 29 '<(libvpx_source)/vp9/decoder/x86/vp9_idct_blk_sse2.c',
29 ], 30 ],
30 } 31 }
OLDNEW
« no previous file with comments | « libvpx_srcs_x86_64.gypi ('k') | libvpx_srcs_x86_sse4_1.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698