Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
8f3943d8
Commit
8f3943d8
authored
Apr 17, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Apr 17, 2014
Browse files
Merge "Relax the threshold for datarate test by 5%"
parents
96a381c2
6f5e9a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/datarate_test.cc
View file @
8f3943d8
...
...
@@ -145,7 +145,7 @@ TEST_P(DatarateTestLarge, BasicBufferModel) {
cfg_
.
rc_target_bitrate
=
i
;
ResetModel
();
ASSERT_NO_FATAL_FAILURE
(
RunLoop
(
&
video
));
ASSERT_GE
(
cfg_
.
rc_target_bitrate
,
effective_datarate_
)
ASSERT_GE
(
cfg_
.
rc_target_bitrate
,
effective_datarate_
*
0.95
)
<<
" The datarate for the file exceeds the target!"
;
ASSERT_LE
(
cfg_
.
rc_target_bitrate
,
file_datarate_
*
1.3
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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