Commit 897116d5 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "frame_size_tests: reduce default 'large' frame size"

Showing with 2 additions and 1 deletion
...@@ -89,7 +89,8 @@ TEST_F(VP9FrameSizeTestsLarge, ValidSizes) { ...@@ -89,7 +89,8 @@ TEST_F(VP9FrameSizeTestsLarge, ValidSizes) {
// one for each lag in frames (for 2 pass), and then one for each possible // one for each lag in frames (for 2 pass), and then one for each possible
// reference buffer (8) - we can end up with up to 30 buffers of roughly this // reference buffer (8) - we can end up with up to 30 buffers of roughly this
// size or almost 1 gig of memory. // size or almost 1 gig of memory.
video.SetSize(4096, 4096); // TODO(jzern): restore this to at least 4096x4096 after issue #828 is fixed.
video.SetSize(4096, 2160);
video.set_limit(2); video.set_limit(2);
expected_res_ = VPX_CODEC_OK; expected_res_ = VPX_CODEC_OK;
ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment