Rolllibvpx to 7a09f6b89268

Relevant updates/fixes:

000c8414b510: Moved denoiser frame copy/updates out of loopfilter thread.
Multi-threading bug fix: http://code.google.com/p/webm/issues/detail?id=497

ef2248a2a376: Added work buffer for denoiser.
Denoiser bug fix: http://code.google.com/p/webm/issues/detail?id=485

464b1df6d45b: Updates to qp-regulate and rate correction factor.
Rate control improvement: http://code.google.com/p/webrtc/issues/detail?id=1153

TBR=andrew@webrtc.org, leozwang@google.com
Review URL: https://webrtc-codereview.appspot.com/981005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3266 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
marpan@webrtc.org
2012-12-11 23:02:32 +00:00
parent 770a01e3b0
commit 9f0fc97d2f

2
DEPS
View File

@ -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@fd3078fd8", "http://git.chromium.org/webm/libvpx.git@7a09f6b8",
"third_party/libyuv": "third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@507", (Var("googlecode_url") % "libyuv") + "/trunk@507",