Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a5c4dcb5
Commit
a5c4dcb5
authored
May 06, 2016
by
Debargha Mukherjee
Browse files
Reduce sizes of some of the tests
Change-Id: I846410bd61253d0271c6315d266c6edc2808621d
parent
7c5fd6aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/cpu_speed_test.cc
View file @
a5c4dcb5
...
...
@@ -83,7 +83,7 @@ TEST_P(CpuSpeedTest, TestQ0) {
cfg_
.
rc_min_quantizer
=
0
;
::
libvpx_test
::
I420VideoSource
video
(
"hantro_odd.yuv"
,
208
,
144
,
30
,
1
,
0
,
2
0
);
1
0
);
init_flags_
=
VPX_CODEC_USE_PSNR
;
...
...
@@ -92,7 +92,7 @@ TEST_P(CpuSpeedTest, TestQ0) {
}
TEST_P
(
CpuSpeedTest
,
TestScreencastQ0
)
{
::
libvpx_test
::
Y4mVideoSource
video
(
"screendata.y4m"
,
0
,
25
);
::
libvpx_test
::
Y4mVideoSource
video
(
"screendata.y4m"
,
0
,
10
);
cfg_
.
g_timebase
=
video
.
timebase
();
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_maxsection_pct
=
2000
;
...
...
@@ -107,7 +107,7 @@ TEST_P(CpuSpeedTest, TestScreencastQ0) {
}
TEST_P
(
CpuSpeedTest
,
TestTuneScreen
)
{
::
libvpx_test
::
Y4mVideoSource
video
(
"screendata.y4m"
,
0
,
25
);
::
libvpx_test
::
Y4mVideoSource
video
(
"screendata.y4m"
,
0
,
10
);
cfg_
.
g_timebase
=
video
.
timebase
();
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_minsection_pct
=
2000
;
...
...
@@ -133,7 +133,7 @@ TEST_P(CpuSpeedTest, TestEncodeHighBitrate) {
cfg_
.
rc_min_quantizer
=
0
;
::
libvpx_test
::
I420VideoSource
video
(
"hantro_odd.yuv"
,
208
,
144
,
30
,
1
,
0
,
2
0
);
1
0
);
ASSERT_NO_FATAL_FAILURE
(
RunLoop
(
&
video
));
}
...
...
@@ -148,7 +148,7 @@ TEST_P(CpuSpeedTest, TestLowBitrate) {
cfg_
.
rc_min_quantizer
=
40
;
::
libvpx_test
::
I420VideoSource
video
(
"hantro_odd.yuv"
,
208
,
144
,
30
,
1
,
0
,
2
0
);
1
0
);
ASSERT_NO_FATAL_FAILURE
(
RunLoop
(
&
video
));
}
...
...
test/tile_independence_test.cc
View file @
a5c4dcb5
...
...
@@ -97,7 +97,7 @@ TEST_P(TileIndependenceTest, MD5Match) {
cfg_
.
g_lag_in_frames
=
12
;
cfg_
.
rc_end_usage
=
VPX_VBR
;
libvpx_test
::
I420VideoSource
video
(
"hantro_collage_w352h288.yuv"
,
704
,
576
,
libvpx_test
::
I420VideoSource
video
(
"hantro_collage_w352h288.yuv"
,
704
,
144
,
timebase
.
den
,
timebase
.
num
,
0
,
15
);
ASSERT_NO_FATAL_FAILURE
(
RunLoop
(
&
video
));
...
...
Write
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!
Cancel
Please
register
or
sign in
to comment