Rolling libvpx to 30d8ba541ede
Review URL: https://webrtc-codereview.appspot.com/873008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2896 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1dd8d4bca4
commit
fafb0bf38b
2
DEPS
2
DEPS
@ -52,7 +52,7 @@ deps = {
|
|||||||
From("chromium_deps", "src/third_party/libjpeg_turbo"),
|
From("chromium_deps", "src/third_party/libjpeg_turbo"),
|
||||||
|
|
||||||
"third_party/libvpx/source/libvpx":
|
"third_party/libvpx/source/libvpx":
|
||||||
"http://git.chromium.org/webm/libvpx.git@b501251e2",
|
"http://git.chromium.org/webm/libvpx.git@30d8ba541",
|
||||||
|
|
||||||
"third_party/libyuv":
|
"third_party/libyuv":
|
||||||
(Var("googlecode_url") % "libyuv") + "/trunk@389",
|
(Var("googlecode_url") % "libyuv") + "/trunk@389",
|
||||||
|
@ -576,7 +576,7 @@ TEST_F(VideoProcessorIntegrationTest, Process5PercentPacketLoss) {
|
|||||||
SetCodecParameters(&process_settings, 0.05f, -1, 1, true, true);
|
SetCodecParameters(&process_settings, 0.05f, -1, 1, true, true);
|
||||||
// Metrics for expected quality.
|
// Metrics for expected quality.
|
||||||
QualityMetrics quality_metrics;
|
QualityMetrics quality_metrics;
|
||||||
SetQualityMetrics(&quality_metrics, 21.0, 16.0, 0.60, 0.40);
|
SetQualityMetrics(&quality_metrics, 20.0, 16.0, 0.60, 0.40);
|
||||||
// Metrics for rate control.
|
// Metrics for rate control.
|
||||||
RateControlMetrics rc_metrics[1];
|
RateControlMetrics rc_metrics[1];
|
||||||
SetRateControlMetrics(rc_metrics, 0, 0, 40, 20, 10, 15, 0);
|
SetRateControlMetrics(rc_metrics, 0, 0, 40, 20, 10, 15, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user