]> granicus.if.org Git - libvpx/commit
vp9-svc: Set avg_frame_low_motion for lower layers.
authorMarco Paniconi <marpan@google.com>
Wed, 27 Jun 2018 20:04:18 +0000 (13:04 -0700)
committerMarco Paniconi <marpan@google.com>
Wed, 27 Jun 2018 20:44:34 +0000 (13:44 -0700)
commit8fd78299b97c2292ea3a8a4a24955ff14f0c1e35
tree9d6aad6a4dc0b7370ad933168dad7b2f6ce50538
parent3c20815a40557e5fce62d49bd4109eb1c8900778
vp9-svc: Set avg_frame_low_motion for lower layers.

The avg_frame_low_motion metric is only computed on the
top spatial layer, and since its part of the layer context
struct, it needs to written to all lower spatial layers for
consistency.

Small/minor change in metrics.
Change-Id: I92a001c37aeb332e613212288b13a2ed9745af88
vp9/encoder/vp9_ratectrl.c