Increase overuse and normal use thresholds for Mac.
BUG=1577 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5544 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ae2563ae2f
commit
8f690bc222
@ -27,8 +27,8 @@ class VCMExpFilter;
|
||||
const float kOveruseStdDevMs = 15.0f;
|
||||
const float kNormalUseStdDevMs = 7.0f;
|
||||
#elif WEBRTC_MAC
|
||||
const float kOveruseStdDevMs = 22.0f;
|
||||
const float kNormalUseStdDevMs = 12.0f;
|
||||
const float kOveruseStdDevMs = 24.0f;
|
||||
const float kNormalUseStdDevMs = 14.0f;
|
||||
#else
|
||||
const float kOveruseStdDevMs = 17.0f;
|
||||
const float kNormalUseStdDevMs = 10.0f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user