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

Side by Side Diff: libyuv.gypi

Issue 2527983002: Add MSA optimized ARGB scaling functions (Closed)
Patch Set: Changes as per review comments Created 4 years 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 | « include/libyuv/scale_row.h ('k') | source/scale_any.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The LibYuv Project Authors. All rights reserved. 1 # Copyright 2014 The LibYuv Project Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'variables': { 10 'variables': {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'source/row_msa.cc', 65 'source/row_msa.cc',
66 'source/row_neon.cc', 66 'source/row_neon.cc',
67 'source/row_neon64.cc', 67 'source/row_neon64.cc',
68 'source/row_win.cc', 68 'source/row_win.cc',
69 'source/scale.cc', 69 'source/scale.cc',
70 'source/scale_any.cc', 70 'source/scale_any.cc',
71 'source/scale_argb.cc', 71 'source/scale_argb.cc',
72 'source/scale_common.cc', 72 'source/scale_common.cc',
73 'source/scale_gcc.cc', 73 'source/scale_gcc.cc',
74 'source/scale_mips.cc', 74 'source/scale_mips.cc',
75 'source/scale_msa.cc',
75 'source/scale_neon.cc', 76 'source/scale_neon.cc',
76 'source/scale_neon64.cc', 77 'source/scale_neon64.cc',
77 'source/scale_win.cc', 78 'source/scale_win.cc',
78 'source/video_common.cc', 79 'source/video_common.cc',
79 ], 80 ],
80 } 81 }
81 } 82 }
OLDNEW
« no previous file with comments | « include/libyuv/scale_row.h ('k') | source/scale_any.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698