Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
3e43e49f
Commit
3e43e49f
authored
Aug 27, 2013
by
Jim Bankoski
Committed by
Gerrit Code Review
Aug 27, 2013
Browse files
Merge "Add a test vector that tests color space 444"
parents
ba8fc719
a5cb05c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
test/test-data.sha1
test/test-data.sha1
+2
-0
test/test.mk
test/test.mk
+2
-0
test/test_vector_test.cc
test/test_vector_test.cc
+4
-1
No files found.
test/test-data.sha1
View file @
3e43e49f
...
...
@@ -520,3 +520,5 @@ d17bc08eedfc60c4c23d576a6c964a21bf854d1f vp90-2-03-size-226x202.webm
83c6d8f2969b759e10e5c6542baca1265c874c29 vp90-2-03-size-226x224.webm.md5
fe0af2ee47b1e5f6a66db369e2d7e9d870b38dce vp90-2-03-size-226x226.webm
94ad19b8b699cea105e2ff18f0df2afd7242bcf7 vp90-2-03-size-226x226.webm.md5
495256cfd123fe777b2c0406862ed8468a1f4677 vp91-2-04-yv444.webm
65e3a7ffef61ab340d9140f335ecc49125970c2c vp91-2-04-yv444.webm.md5
test/test.mk
View file @
3e43e49f
...
...
@@ -629,3 +629,5 @@ LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-03-size-226x224.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-03-size-226x224.webm.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-03-size-226x226.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-03-size-226x226.webm.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp91-2-04-yv444.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp91-2-04-yv444.webm.md5
test/test_vector_test.cc
View file @
3e43e49f
...
...
@@ -159,7 +159,10 @@ const char *kVP9TestVectors[] = {
"vp90-2-03-size-226x198.webm"
,
"vp90-2-03-size-226x200.webm"
,
"vp90-2-03-size-226x202.webm"
,
"vp90-2-03-size-226x208.webm"
,
"vp90-2-03-size-226x210.webm"
,
"vp90-2-03-size-226x224.webm"
,
"vp90-2-03-size-226x226.webm"
"vp90-2-03-size-226x226.webm"
,
#if CONFIG_NON420
"vp91-2-04-yv444.webm"
#endif
};
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment