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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'source/cpu_id.cc', | 48 'source/cpu_id.cc', |
49 'source/mjpeg_decoder.cc', | 49 'source/mjpeg_decoder.cc', |
50 'source/mjpeg_validate.cc', | 50 'source/mjpeg_validate.cc', |
51 'source/planar_functions.cc', | 51 'source/planar_functions.cc', |
52 'source/rotate.cc', | 52 'source/rotate.cc', |
53 'source/rotate_any.cc', | 53 'source/rotate_any.cc', |
54 'source/rotate_argb.cc', | 54 'source/rotate_argb.cc', |
55 'source/rotate_common.cc', | 55 'source/rotate_common.cc', |
56 'source/rotate_gcc.cc', | 56 'source/rotate_gcc.cc', |
57 'source/rotate_mips.cc', | 57 'source/rotate_mips.cc', |
| 58 'source/rotate_msa.cc', |
58 'source/rotate_neon.cc', | 59 'source/rotate_neon.cc', |
59 'source/rotate_neon64.cc', | 60 'source/rotate_neon64.cc', |
60 'source/rotate_win.cc', | 61 'source/rotate_win.cc', |
61 'source/row_any.cc', | 62 'source/row_any.cc', |
62 'source/row_common.cc', | 63 'source/row_common.cc', |
63 'source/row_gcc.cc', | 64 'source/row_gcc.cc', |
64 'source/row_mips.cc', | 65 'source/row_mips.cc', |
65 'source/row_msa.cc', | 66 'source/row_msa.cc', |
66 'source/row_neon.cc', | 67 'source/row_neon.cc', |
67 'source/row_neon64.cc', | 68 'source/row_neon64.cc', |
68 'source/row_win.cc', | 69 'source/row_win.cc', |
69 'source/scale.cc', | 70 'source/scale.cc', |
70 'source/scale_any.cc', | 71 'source/scale_any.cc', |
71 'source/scale_argb.cc', | 72 'source/scale_argb.cc', |
72 'source/scale_common.cc', | 73 'source/scale_common.cc', |
73 'source/scale_gcc.cc', | 74 'source/scale_gcc.cc', |
74 'source/scale_mips.cc', | 75 'source/scale_mips.cc', |
75 'source/scale_msa.cc', | 76 'source/scale_msa.cc', |
76 'source/scale_neon.cc', | 77 'source/scale_neon.cc', |
77 'source/scale_neon64.cc', | 78 'source/scale_neon64.cc', |
78 'source/scale_win.cc', | 79 'source/scale_win.cc', |
79 'source/video_common.cc', | 80 'source/video_common.cc', |
80 ], | 81 ], |
81 } | 82 } |
82 } | 83 } |
OLD | NEW |