Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
bcfcd7c3
Commit
bcfcd7c3
authored
10 years ago
by
Joshua Litt
Browse files
Options
Download
Patches
Plain Diff
New decode perf test files
Change-Id: I89ff8d4243e0438c8fe4ad74b9745c060b4460d8
parent
a0465501
v1.14.0-linphone
1.4.X
feature/update_to_v1.9.0-linphone
feature/uwp_nuget
highbitdepth
indianrunnerduck
javanwhistlingduck
khakicampbell
linphone
linphone-android
linphone-old
longtailedduck
m49-2623
m52-2743
m54-2840
m56-2924
m66-3359
m68-3440
mandarinduck
nextgen
nextgenv2
sandbox/Jingning/experimental
sandbox/Jingning/vpx
sandbox/aconverse@google.com/ansbench
sandbox/hkuang@google.com/decode
sandbox/jimbankoski@google.com/proposed-aom
sandbox/jingning@google.com/decoder_test_suite
sandbox/jingning@google.com/experimental
sandbox/jzern@google.com/test
sandbox/wangch@google.com/vp9
sandbox/yaowu@google.com/mergeaom
v1.12.0-linphone
v1.6.1_linphone
v1.7.0-linphone
v1.9.0-linphone
v1.9.0
v1.9.0-rc1
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test/decode_perf_test.cc
+2
-0
test/decode_perf_test.cc
test/test-data.sha1
+2
-0
test/test-data.sha1
test/test.mk
+4
-0
test/test.mk
with
8 additions
and
0 deletions
test/decode_perf_test.cc
+
2
−
0
View file @
bcfcd7c3
...
...
@@ -47,7 +47,9 @@ const decode_perf_param_t kVP9DecodePerfVectors[] = {
make_tuple
(
"vp90-2-tos_426x178_tile_1x1_181kbps.webm"
,
1
),
make_tuple
(
"vp90-2-tos_640x266_tile_1x2_336kbps.webm"
,
2
),
make_tuple
(
"vp90-2-tos_854x356_tile_1x2_656kbps.webm"
,
2
),
make_tuple
(
"vp90-2-tos_854x356_tile_1x2_fpm_546kbps.webm"
,
2
),
make_tuple
(
"vp90-2-tos_1280x534_tile_1x4_1306kbps.webm"
,
4
),
make_tuple
(
"vp90-2-tos_1280x534_tile_1x4_fpm_952kbps.webm"
,
4
),
make_tuple
(
"vp90-2-tos_1920x800_tile_1x4_fpm_2335kbps.webm"
,
4
),
};
...
...
This diff is collapsed.
Click to expand it.
test/test-data.sha1
+
2
−
0
View file @
bcfcd7c3
...
...
@@ -573,10 +573,12 @@ eedb3c641e60dacbe082491a16df529a5c9187df vp90-2-sintel_426x182_tile_1x1_171kbps
cb7e4955af183dff33bcba0c837f0922ab066400 vp90-2-sintel_640x272_tile_1x2_318kbps.webm
48613f9380e2580002f8a09d6e412ea4e89a52b9 vp90-2-sintel_854x364_tile_1x2_621kbps.webm
990a91f24dd284562d21d714ae773dff5452cad8 vp90-2-tos_1280x534_tile_1x4_1306kbps.webm
aa402217577a659cfc670157735b4b8e9aa670fe vp90-2-tos_1280x534_tile_1x4_fpm_952kbps.webm
b6dd558c90bca466b4bcbd03b3371648186465a7 vp90-2-tos_1920x800_tile_1x4_fpm_2335kbps.webm
1a9c2914ba932a38f0a143efc1ad0e318e78888b vp90-2-tos_426x178_tile_1x1_181kbps.webm
a3d2b09f24debad4747a1b3066f572be4273bced vp90-2-tos_640x266_tile_1x2_336kbps.webm
c64b03b5c090e6888cb39685c31f00a6b79fa45c vp90-2-tos_854x356_tile_1x2_656kbps.webm
94b533dbcf94292001e27cc51fec87f9e8c90c0b vp90-2-tos_854x356_tile_1x2_fpm_546kbps.webm
0e7cd4135b231c9cea8d76c19f9e84b6fd77acec vp90-2-08-tile_1x8_frame_parallel.webm
c9b6850af28579b031791066457f4cb40df6e1c7 vp90-2-08-tile_1x8_frame_parallel.webm.md5
e448b6e83490bca0f8d58b4f4b1126a17baf4b0c vp90-2-08-tile_1x8.webm
...
...
This diff is collapsed.
Click to expand it.
test/test.mk
+
4
−
0
View file @
bcfcd7c3
...
...
@@ -828,8 +828,12 @@ LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += \
vp90-2-tos_640x266_tile_1x2_336kbps.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
\
vp90-2-tos_854x356_tile_1x2_656kbps.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
\
vp90-2-tos_854x356_tile_1x2_fpm_546kbps.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
\
vp90-2-tos_1280x534_tile_1x4_1306kbps.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
\
vp90-2-tos_1280x534_tile_1x4_fpm_952kbps.webm
LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER)
+=
\
vp90-2-tos_1920x800_tile_1x4_fpm_2335kbps.webm
endif
# CONFIG_DECODE_PERF_TESTS
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets