]> granicus.if.org Git - libvpx/commit
VP9 denoising enabled by noise_sensitivity param
authorTim Kopp <tkopp@google.com>
Tue, 1 Jul 2014 18:05:16 +0000 (11:05 -0700)
committerTim Kopp <tkopp@google.com>
Wed, 2 Jul 2014 18:20:35 +0000 (11:20 -0700)
commit9c9922df972b543631e3d88680c5aac87860e9c0
treef923a65aaf7c9dfa04c99cf4f25ae21bde18ce07
parent49741fee9feca9695424818a2e63b194696d03b1
VP9 denoising enabled by noise_sensitivity param

As in VP8.

Currently, this parameter is set with the VP8E_SET_NOISE_SENSITIVITY flag.
The flag was not renamed so that we don't break the interface for webrtc. This
should probably be changed at some point in the future.

Change-Id: Ic73fcb0dde9d1d019e9d042050b617333ac65472
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_pickmode.c