OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |