-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (89 loc) · 2.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>SVT-AV1 regression tests</title>
<style>
li {
display: inline-block;
margin-right: 10px;
color: #778899;
}
figure {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 3px;
margin-right: 3px;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 50.00%;
padding: 0px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
</style>
</head>
<body>
<header>
<nav>
<ul style="padding:0;">
<li><a href="https://github.com/OpenVisualCloud/SVT-AV1/">SVT-AV1</a></li>
</ul>
</nav>
<h1>Regression tests for SVT-AV1</h1>
<hr>
</header>
<article>
<header>
<p><a href="bd_rate_files/index.html">BD-rates</a></p>
<p><a href="raw_data_files/index.html">Raw data files</a></p>
<p><a href="command_lines/index.html">Command lines</a></p>
</header>
</article>
<p><b>Performance for SVT-AV1 enc-mode 0 from 2019/08/17 (initial date is the anchor):</b></p>
<div class="row">
<div class="column">
<figure>
<embed type="image/svg+xml" src="svtav1_perf_vs_time.svg" width="100%" height="100%"/>
</figure>
</div>
<div class="column">
<figure>
<embed type="image/svg+xml" src="svtav1_perf_vs_time_10b.svg" width="100%" height="100%"/>
</figure>
</div>
</div>
<div class="row">
<div class="column">
<figure>
<embed type="image/svg+xml" src="libaom_perf_vs_time.svg" width="100%" height="100%"/>
</figure>
</div>
<div class="column">
<figure>
<embed type="image/svg+xml" src="libaom_perf_vs_time_10b.svg" width="100%" height="100%"/>
</figure>
</div>
</div>
<div class="row">
<div class="column">
<figure>
<embed type="image/svg+xml" src="svtav1_vs_libaom_perf_vs_time.svg" width="100%" height="100%"/>
</figure>
</div>
<div class="column">
<figure>
<embed type="image/svg+xml" src="svtav1_vs_libaom_perf_vs_time_10b.svg" width="100%" height="100%"/>
</figure>
</div>
</div>
</body>
</html>