| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2013 The WebM project authors. All Rights Reserved. | 2 * Copyright (c) 2013 The WebM project authors. All Rights Reserved. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license | 4 * Use of this source code is governed by a BSD-style license |
| 5 * that can be found in the LICENSE file in the root of the source | 5 * that can be found in the LICENSE file in the root of the source |
| 6 * tree. An additional intellectual property rights grant can be found | 6 * tree. An additional intellectual property rights grant can be found |
| 7 * in the file PATENTS. All contributing project authors may | 7 * in the file PATENTS. All contributing project authors may |
| 8 * be found in the AUTHORS file in the root of the source tree. | 8 * be found in the AUTHORS file in the root of the source tree. |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "vp90-2-18-resize.ivf", "vp90-2-19-skip.webm", | 184 "vp90-2-18-resize.ivf", "vp90-2-19-skip.webm", |
| 185 "vp90-2-19-skip-01.webm", "vp90-2-19-skip-02.webm", | 185 "vp90-2-19-skip-01.webm", "vp90-2-19-skip-02.webm", |
| 186 "vp91-2-04-yuv444.webm", | 186 "vp91-2-04-yuv444.webm", |
| 187 "vp91-2-04-yuv422.webm", "vp91-2-04-yuv440.webm", | 187 "vp91-2-04-yuv422.webm", "vp91-2-04-yuv440.webm", |
| 188 #if CONFIG_VP9_HIGHBITDEPTH | 188 #if CONFIG_VP9_HIGHBITDEPTH |
| 189 "vp92-2-20-10bit-yuv420.webm", "vp92-2-20-12bit-yuv420.webm", | 189 "vp92-2-20-10bit-yuv420.webm", "vp92-2-20-12bit-yuv420.webm", |
| 190 "vp93-2-20-10bit-yuv422.webm", "vp93-2-20-12bit-yuv422.webm", | 190 "vp93-2-20-10bit-yuv422.webm", "vp93-2-20-12bit-yuv422.webm", |
| 191 "vp93-2-20-10bit-yuv440.webm", "vp93-2-20-12bit-yuv440.webm", | 191 "vp93-2-20-10bit-yuv440.webm", "vp93-2-20-12bit-yuv440.webm", |
| 192 "vp93-2-20-10bit-yuv444.webm", "vp93-2-20-12bit-yuv444.webm", | 192 "vp93-2-20-10bit-yuv444.webm", "vp93-2-20-12bit-yuv444.webm", |
| 193 #endif // CONFIG_VP9_HIGHBITDEPTH` | 193 #endif // CONFIG_VP9_HIGHBITDEPTH` |
| 194 "vp90-2-20-big_superframe-01.webm", "vp90-2-20-big_superframe-02.webm", | |
| 195 }; | 194 }; |
| 196 const int kNumVP9TestVectors = NELEMENTS(kVP9TestVectors); | 195 const int kNumVP9TestVectors = NELEMENTS(kVP9TestVectors); |
| 197 #endif // CONFIG_VP9_DECODER | 196 #endif // CONFIG_VP9_DECODER |
| 198 | 197 |
| 199 } // namespace libvpx_test | 198 } // namespace libvpx_test |
| OLD | NEW |