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
6d6d9b29
Commit
6d6d9b29
authored
11 years ago
by
Adrian Grange
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Test vectors for odd image width and height."
parents
e36cfc91
12c4458d
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
+6
-0
6 additions, 0 deletions
test/test-data.sha1
test/test.mk
+6
-0
6 additions, 0 deletions
test/test.mk
test/test_vectors.cc
+10
-11
10 additions, 11 deletions
test/test_vectors.cc
test/test_vectors.h
+2
-2
2 additions, 2 deletions
test/test_vectors.h
with
24 additions
and
13 deletions
test/test-data.sha1
+
6
−
0
View file @
6d6d9b29
...
...
@@ -576,3 +576,9 @@ d48c5db1b0f8e60521a7c749696b8067886033a3 vp90-2-09-aq2.webm
54638c38009198c38c8f3b25c182b709b6c1fd2e vp90-2-09-lf_deltas.webm.md5
510d95f3beb3b51c572611fdaeeece12277dac30 vp90-2-10-show-existing-frame.webm
14d631096f4bfa2d71f7f739aec1448fb3c33bad vp90-2-10-show-existing-frame.webm.md5
b4318e75f73a6a08992c7326de2fb589c2a794c7 vp90-2-11-size-351x287.webm
b3c48382cf7d0454e83a02497c229d27720f9e20 vp90-2-11-size-351x287.webm.md5
8e0096475ea2535bac71d3e2fc09e0c451c444df vp90-2-11-size-351x288.webm
19e003804ec1dfc5464813b32339a15d5ba7b42f vp90-2-11-size-351x288.webm.md5
40cd1d6a188d7a88b21ebac1e573d3f270ab261e vp90-2-11-size-352x287.webm
68f515abe3858fc1eded46c8e6b2f727d43b5331 vp90-2-11-size-352x287.webm.md5
This diff is collapsed.
Click to expand it.
test/test.mk
+
6
−
0
View file @
6d6d9b29
...
...
@@ -679,6 +679,12 @@ LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp91-2-04-yv444.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp91-2-04-yv444.webm.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-10-show-existing-frame.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-10-show-existing-frame.webm.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-11-size-351x287.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-11-size-351x287.webm.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-11-size-351x288.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-11-size-351x288.webm.md5
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-11-size-352x287.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
vp90-2-11-size-352x287.webm.md5
ifeq
($(CONFIG_DECODE_PERF_TESTS),yes)
# BBB VP9 streams
...
...
This diff is collapsed.
Click to expand it.
test/test_vectors.cc
+
10
−
11
View file @
6d6d9b29
...
...
@@ -150,17 +150,16 @@ const char *kVP9TestVectors[kNumVp9TestVectors] = {
"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-deltaq.webm"
,
"vp90-2-05-resize.ivf"
,
"vp90-2-06-bilinear.webm"
,
"vp90-2-07-frame_parallel.webm"
,
"vp90-2-08-tile_1x2_frame_parallel.webm"
,
"vp90-2-08-tile_1x2.webm"
,
"vp90-2-08-tile_1x4_frame_parallel.webm"
,
"vp90-2-08-tile_1x4.webm"
,
"vp90-2-08-tile_1x8_frame_parallel.webm"
,
"vp90-2-08-tile_1x8.webm"
,
"vp90-2-08-tile-4x4.webm"
,
"vp90-2-08-tile-4x1.webm"
,
"vp90-2-09-subpixel-00.ivf"
,
"vp90-2-02-size-lf-1920x1080.webm"
,
"vp90-2-09-aq2.webm"
,
"vp90-2-09-lf_deltas.webm"
,
"vp90-2-10-show-existing-frame.webm"
,
"vp90-2-05-resize.ivf"
,
"vp90-2-06-bilinear.webm"
,
"vp90-2-07-frame_parallel.webm"
,
"vp90-2-08-tile_1x2_frame_parallel.webm"
,
"vp90-2-08-tile_1x2.webm"
,
"vp90-2-08-tile_1x4_frame_parallel.webm"
,
"vp90-2-08-tile_1x4.webm"
,
"vp90-2-08-tile_1x8_frame_parallel.webm"
,
"vp90-2-08-tile_1x8.webm"
,
"vp90-2-08-tile-4x4.webm"
,
"vp90-2-08-tile-4x1.webm"
,
"vp90-2-09-subpixel-00.ivf"
,
"vp90-2-02-size-lf-1920x1080.webm"
,
"vp90-2-09-aq2.webm"
,
"vp90-2-09-lf_deltas.webm"
,
"vp90-2-10-show-existing-frame.webm"
,
"vp90-2-11-size-351x287.webm"
,
"vp90-2-11-size-351x288.webm"
,
"vp90-2-11-size-352x287.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 @
6d6d9b29
...
...
@@ -22,9 +22,9 @@ extern const char *kVP8TestVectors[kNumVp8TestVectors];
#if CONFIG_VP9_DECODER
#if CONFIG_NON420
const
int
kNumVp9TestVectors
=
2
17
;
const
int
kNumVp9TestVectors
=
2
20
;
#else
const
int
kNumVp9TestVectors
=
21
6
;
const
int
kNumVp9TestVectors
=
21
9
;
#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