Skip to content
Snippets Groups Projects
Commit 97800fd0 authored by Yaowu Xu's avatar Yaowu Xu
Browse files

MotionVectorTest: reduce video resolution

This is a work around to avoid out of memory crashes for 32 bit
platforms in  nightly tests.

Change-Id: I2cd009dcfea1ae61832da35e4e4e23dc7bb88b16
parent a2fec524
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -82,7 +82,7 @@ TEST_P(MotionVectorTestLarge, OverallTest) {
// Reduce the test clip's resolution while testing on 32-bit system.
if (sizeof(void *) == 4) {
width = 2048;
height = 1080;
height = 540;
}
cfg_.rc_target_bitrate = 24000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment