shithub: libvpx

Download patch

ref: 3f7656cc23dfce0d6a9849a0460626258579f647
parent: 7e54f0fe4b821f51b77b48acce577dcfd7a91fae
author: Marco <marpan@chromium.org>
date: Tue Jun 23 04:34:06 EDT 2015

Limit cyclic refresh on steady background blocks.

Use the existing QP condition on limiting cyclic refresh, and add
addiitonal condition that block has been encoded with zero/small motion
x frames in row (where x is at least several times the refresh period).
Additional condition only affect non-screen content mode.

This helps to improve visual stability for noisy input, where on steady
background areas the application of delta_qp may lead to encoding the noise.

Also added a change to use the true skip (after encoding) to update the
last QP.

Change-Id: I234a1128d017d284cf767fdb58ef6c59d809f679