]> granicus.if.org Git - libvpx/commit
vp9 svc: Denoise golden when it's a temporal ref.
authorJerome Jiang <jianj@google.com>
Mon, 11 Jun 2018 18:05:36 +0000 (11:05 -0700)
committerJerome Jiang <jianj@google.com>
Mon, 11 Jun 2018 22:26:44 +0000 (15:26 -0700)
commit88fa7efb1c6430f07ea93c736d85489fb8a8f1ae
tree23fa0ca84884594bd65199afa20575ba7f4d2c88
parent55a2abfe31b82af13a77c3dc89913774f667b898
vp9 svc: Denoise golden when it's a temporal ref.

When golden was the inter-layer reference, a block that selected the golden ref
would not be denoised.
But when golden is used as a second temporal reference then we should denoise
blocks that select the golden reference.
This changes allows for that.

Change-Id: Ifdea2ac88f6a74f73520fedcd7fec2f32c559ec9
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_denoiser.h
vp9/encoder/vp9_pickmode.c