Upgrade libvpx to 6b66c01 and enabling temporal denoising.

BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/448006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1908 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2012-03-17 00:15:13 +00:00
parent a3736345dd
commit fb5944edf9
28 changed files with 1687 additions and 314 deletions

View File

@@ -287,7 +287,7 @@ int VP8Encoder::InitAndSetControlSettings() {
vpx_codec_control(encoder_, VP8E_SET_CPUUSED, cpu_speed_);
vpx_codec_control(encoder_, VP8E_SET_TOKEN_PARTITIONS,
static_cast<vp8e_token_partitions>(token_partitions_));
vpx_codec_control(encoder_, VP8E_SET_NOISE_SENSITIVITY, 2);
vpx_codec_control(encoder_, VP8E_SET_NOISE_SENSITIVITY, 1);
#if WEBRTC_LIBVPX_VERSION >= 971
vpx_codec_control(encoder_, VP8E_SET_MAX_INTRA_BITRATE_PCT,
rc_max_intra_target_);