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:
parent
4ff8a9ad2f
commit
969d5f387b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user