]> granicus.if.org Git - libvpx/commit
vp9: Fix to SVC and denoising for fixed pattern case.
authorMarco <marpan@google.com>
Tue, 11 Jul 2017 00:38:03 +0000 (17:38 -0700)
committerMarco <marpan@google.com>
Tue, 11 Jul 2017 18:27:04 +0000 (11:27 -0700)
commit3818a3723b630252973ca85d9fc6b5dd7f8437dd
tree76ce0c3a69c05be4021f345fd1f976533467d1aa
parent4b78c6e6f70809cac27536b181ac9ff1f8759928
vp9: Fix to SVC and denoising for fixed pattern case.

For fixed pattern SVC: keep track of denoised last_frame buffer
for base temporal layer, and if alt_ref is updated on middle/upper
temporal layers, force an update to denoised last_frame buffer.
This allows for improved denoising on top temporal layers.

Change-Id: Icbd08566027d4d2eabc024d3b7a0d959d2f8c18b
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_denoiser.h
vp9/encoder/vp9_encoder.c