]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix for scene detection for SVC
authorMarco Paniconi <marpan@google.com>
Thu, 9 Aug 2018 16:34:05 +0000 (09:34 -0700)
committerMarco Paniconi <marpan@google.com>
Thu, 9 Aug 2018 20:49:42 +0000 (13:49 -0700)
commit45ce790711d0b3bdcc1dc60589731939c3d1b749
tree02c7c2f2489edc1e8dd2d9c8c5d0d1f7ac96e045
parentaab2aff9aa264d573852f4dce34bea47708cf1be
vp9-svc: Fix for scene detection for SVC

For spatial layers: use the correct mi_cols/rows in the
scene detection. The scene detection for spatial layers
is only called once per superframe, but we were using wrong
mi_cols/rows (those for base spatial were being used).

Also increase frame_since_key threshold to account for spatial
layers.

Change-Id: I2731da49684a798c4718693a0468eda7db82d2bd
vp9/encoder/vp9_ratectrl.c