]> granicus.if.org Git - libvpx/commit
Segmentation Entropy and tweaks.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 28 Oct 2011 14:27:23 +0000 (15:27 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 31 Oct 2011 10:59:25 +0000 (10:59 +0000)
commit795c6dd2c9e3b17923a275bbd593d68112a4dba6
treea00a43a0c29725e19e2c88aa53b8f4757821a79b
parentafb52f65f239a18135989e238f7ef9bc7b906571
Segmentation Entropy and tweaks.

Some correction for entropy impact of segment signaled (EOB and ref frame)

Other slight tweaks.

Derf VBR average gain now over 1% (best over 7%)
One YT test clip has gains of circa 30% (VBR)

There is still an issue with noisy clips where making the background static
and coded with 0,0 can have a negative effect, especially at low Q.
This is probably because of the loss of smoothing by fractional pixel filters.

Change-Id: I7a225613c98067b96f8fc7a7e36f95d465b2b834
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
vp8/encoder/tokenize.c