]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix inter-layer early exit threshold.
authorMarco Paniconi <marpan@google.com>
Thu, 10 May 2018 03:37:48 +0000 (20:37 -0700)
committerMarco Paniconi <marpan@google.com>
Thu, 10 May 2018 03:55:33 +0000 (20:55 -0700)
commite93571601ac181376bb84b0b926c5e3ae8b9f496
tree5e2bc12d69388ffe5d649fdade03bd0ba6e90a18
parent5f3e99166c84c76075f0faf64fb12746c856d8cb
vp9-svc: Fix inter-layer early exit threshold.

If the scale factors are 1 (no scaling), set the threshold
for skipping the inter-layer prediction to 0, so we will
more often test this mode.

Improves quality for upper layers for quality layers
in svc mode.

Change-Id: Iaf848d44f6cc153780db861b76517a4cf9672c45
vp9/encoder/vp9_pickmode.c