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:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user