]> granicus.if.org Git - libvpx/commit
vp9: Fix condition for disabling noise estimation
authorMarco Paniconi <marpan@google.com>
Thu, 29 Nov 2018 06:08:08 +0000 (22:08 -0800)
committerMarco Paniconi <marpan@google.com>
Thu, 29 Nov 2018 06:12:28 +0000 (22:12 -0800)
commit80519937e30eb3c81c4a91581db72785270aca9c
tree52f71c5e0b305d4e5d51d0f40e02782cd022bc37
parentd40a5bc8a3558ba6c0eeeed11c964ed26544aabc
vp9: Fix condition for disabling noise estimation

Fix condition for turning off denoiser due to high
motion: use proper superframe counter and
frames_since_key counter so this condition won't
take effect on key (super)frame.

Change-Id: Ic502bf5ebfa32a921f611a78e8e963eb62b5bc79
vp9/encoder/vp9_noise_estimate.c