]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix to compute some metrics on top spatiail layer.
authorMarco Paniconi <marpan@google.com>
Wed, 30 May 2018 23:01:53 +0000 (16:01 -0700)
committerMarco Paniconi <marpan@google.com>
Thu, 31 May 2018 03:15:03 +0000 (20:15 -0700)
commite2726cd02d63628ec20f0c09e36cc3d59b2d23d9
tree4fcfbbf940a3307e64f30cee4398abed239e6737
parentd7a80012a06f67ee0130864b1f89e394778a1f02
vp9-svc: Fix to compute some metrics on top spatiail layer.

The avg_frame_low_motion and consec_zeromv are frame-level
metrics that are updated on every frame. For SVC these should be
updated on top spatial layer (full resolution).

Small/negligible change in metrics.

Change-Id: Ibe14f05be3b82daa9dd60378097ff11a27f1b95e
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_ratectrl.c