From f7eea2a6bc61e83f2b5bc421637fb07d65cec65a Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Wed, 25 Oct 2017 15:59:07 -0700 Subject: [PATCH] Change key frame mismatch threshold for VP9 in unit test. Change the threshold in ProcessNoLossChangeBitRateVP9. Bug: webrtc:8442 Change-Id: Ic924a60f60c57cc2c990430cb6c70fdbefec97f4 Reviewed-on: https://webrtc-review.googlesource.com/15840 Commit-Queue: Rasmus Brandt Reviewed-by: Rasmus Brandt Cr-Commit-Position: refs/heads/master@{#20436} --- .../codecs/test/videoprocessor_integrationtest_libvpx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc b/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc index 26b2e1df22..d7c383ed20 100644 --- a/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc +++ b/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc @@ -129,7 +129,7 @@ TEST_F(VideoProcessorIntegrationTestLibvpx, ProcessNoLossChangeBitRateVP9) { {700, 30, 200}, {500, 30, kNumFramesLong + 1}}; - std::vector rc_thresholds = {{0, 30, 20, 20, 35, 0, 1}, + std::vector rc_thresholds = {{0, 35, 20, 20, 35, 0, 1}, {2, 0, 20, 20, 60, 0, 0}, {0, 0, 25, 20, 40, 0, 0}};