Increase threshold in codec unit test.
Review URL: https://webrtc-codereview.appspot.com/1096011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3526 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ef9f76a59d
commit
e3d6ffede4
@ -778,7 +778,7 @@ UnitTest::RateControlTests()
|
||||
printf("Target bitrate: %d kbps, actual bitrate: %d kbps\n", _bitRate,
|
||||
actualBitrate);
|
||||
// Test for close match over reasonable range.
|
||||
if (_bitRate >= 100 && _bitRate <= 2500)
|
||||
if (_bitRate >= 105 && _bitRate <= 2500)
|
||||
{
|
||||
EXPECT_TRUE(abs(WebRtc_Word32(actualBitrate - _bitRate)) <
|
||||
0.12 * _bitRate); // for VP8
|
||||
|
Loading…
x
Reference in New Issue
Block a user