Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
f71f581b
Commit
f71f581b
authored
11 years ago
by
Yaowu Xu
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Added a test vector that exercises lpf deltas"
parents
02d5ebcf
2424ba3d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
test/test-data.sha1
+2
-0
2 additions, 0 deletions
test/test-data.sha1
test/test.mk
+2
-0
2 additions, 0 deletions
test/test.mk
test/test_vectors.cc
+1
-0
1 addition, 0 deletions
test/test_vectors.cc
test/test_vectors.h
+2
-2
2 additions, 2 deletions
test/test_vectors.h
with
7 additions
and
2 deletions
test/test-data.sha1
+
2
−
0
View file @
f71f581b
...
...
@@ -571,3 +571,5 @@ a34e14923d6d17b1144254d8187d7f85b700a63c vp90-2-02-size-lf-1920x1080.webm
e3b28ddcfaeb37fb4d132b93f92642a9ad17c22d vp90-2-02-size-lf-1920x1080.webm.md5
d48c5db1b0f8e60521a7c749696b8067886033a3 vp90-2-09-aq2.webm
84c1599298aac78f2fc05ae2274575d10569dfa0 vp90-2-09-aq2.webm.md5
55fc55ed73d578ed60fad05692579873f8bad758 vp90-2-09-lf_deltas.webm
54638c38009198c38c8f3b25c182b709b6c1fd2e vp90-2-09-lf_deltas.webm.md5
This diff is collapsed.
Click to expand it.
test/test.mk
+
2
−
0
View file @
f71f581b
...
...
@@ -671,6 +671,8 @@ LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-09-subpixel-00.ivf
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-09-subpixel-00.ivf.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-09-aq2.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-09-aq2.webm.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-09-lf_deltas.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-09-lf_deltas.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
...
...
This diff is collapsed.
Click to expand it.
test/test_vectors.cc
+
1
−
0
View file @
f71f581b
...
...
@@ -159,6 +159,7 @@ const char *kVP9TestVectors[kNumVp9TestVectors] = {
"vp90-2-09-subpixel-00.ivf"
,
"vp90-2-02-size-lf-1920x1080.webm"
,
"vp90-2-09-aq2.webm"
,
"vp90-2-09-lf_deltas.webm"
,
#if CONFIG_NON420
"vp91-2-04-yv444.webm"
#endif
...
...
This diff is collapsed.
Click to expand it.
test/test_vectors.h
+
2
−
2
View file @
f71f581b
...
...
@@ -22,9 +22,9 @@ extern const char *kVP8TestVectors[kNumVp8TestVectors];
#if CONFIG_VP9_DECODER
#if CONFIG_NON420
const
int
kNumVp9TestVectors
=
21
5
;
const
int
kNumVp9TestVectors
=
21
6
;
#else
const
int
kNumVp9TestVectors
=
21
4
;
const
int
kNumVp9TestVectors
=
21
5
;
#endif
extern
const
char
*
kVP9TestVectors
[
kNumVp9TestVectors
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment