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

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

Issue 168343002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « source/libvpx/test/test_vectors.h ('k') | source/libvpx/test/vp8_boolcoder_test.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 /* 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "vp90-2-05-resize.ivf", "vp90-2-06-bilinear.webm", 153 "vp90-2-05-resize.ivf", "vp90-2-06-bilinear.webm",
154 "vp90-2-07-frame_parallel.webm", 154 "vp90-2-07-frame_parallel.webm",
155 "vp90-2-08-tile_1x2_frame_parallel.webm", "vp90-2-08-tile_1x2.webm", 155 "vp90-2-08-tile_1x2_frame_parallel.webm", "vp90-2-08-tile_1x2.webm",
156 "vp90-2-08-tile_1x4_frame_parallel.webm", "vp90-2-08-tile_1x4.webm", 156 "vp90-2-08-tile_1x4_frame_parallel.webm", "vp90-2-08-tile_1x4.webm",
157 "vp90-2-08-tile_1x8_frame_parallel.webm", "vp90-2-08-tile_1x8.webm", 157 "vp90-2-08-tile_1x8_frame_parallel.webm", "vp90-2-08-tile_1x8.webm",
158 "vp90-2-08-tile-4x4.webm", "vp90-2-08-tile-4x1.webm", 158 "vp90-2-08-tile-4x4.webm", "vp90-2-08-tile-4x1.webm",
159 "vp90-2-09-subpixel-00.ivf", 159 "vp90-2-09-subpixel-00.ivf",
160 "vp90-2-02-size-lf-1920x1080.webm", 160 "vp90-2-02-size-lf-1920x1080.webm",
161 "vp90-2-09-aq2.webm", 161 "vp90-2-09-aq2.webm",
162 "vp90-2-09-lf_deltas.webm", 162 "vp90-2-09-lf_deltas.webm",
163 "vp90-2-10-show-existing-frame.webm",
163 #if CONFIG_NON420 164 #if CONFIG_NON420
164 "vp91-2-04-yv444.webm" 165 "vp91-2-04-yv444.webm"
165 #endif 166 #endif
166 }; 167 };
167 #endif // CONFIG_VP9_DECODER 168 #endif // CONFIG_VP9_DECODER
168 169
169 } // namespace libvpx_test 170 } // namespace libvpx_test
OLDNEW
« no previous file with comments | « source/libvpx/test/test_vectors.h ('k') | source/libvpx/test/vp8_boolcoder_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698