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

Side by Side Diff: source/libvpx/test/test_vectors.cc

Issue 958693004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 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 | « source/libvpx/test/test_vector_test.cc ('k') | source/libvpx/test/video_source.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
194 }; 195 };
195 const int kNumVP9TestVectors = NELEMENTS(kVP9TestVectors); 196 const int kNumVP9TestVectors = NELEMENTS(kVP9TestVectors);
196 #endif // CONFIG_VP9_DECODER 197 #endif // CONFIG_VP9_DECODER
197 198
198 } // namespace libvpx_test 199 } // namespace libvpx_test
OLDNEW
« no previous file with comments | « source/libvpx/test/test_vector_test.cc ('k') | source/libvpx/test/video_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698