Reduce the PSNR threshold so that always having MFQE enabled doesn't trigger.

BUG=

Review URL: https://webrtc-codereview.appspot.com/743005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2647 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2012-08-21 11:33:29 +00:00
parent 4ff8a9ad2f
commit 969d5f387b

View File

@ -553,7 +553,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessZeroPacketLoss) {
SetCodecParameters(&process_settings, 0.0f, -1, 1, true, true);
// Metrics for expected quality.
QualityMetrics quality_metrics;
SetQualityMetrics(&quality_metrics, 36.0, 34.0, 0.90, 0.90);
SetQualityMetrics(&quality_metrics, 36.0, 33.0, 0.90, 0.90);
// Metrics for rate control.
RateControlMetrics rc_metrics[1];
SetRateControlMetrics(rc_metrics, 0, 0, 40, 20, 10, 15, 0);