]> granicus.if.org Git - libvpx/commit
Problem of over smoothing with intra modes.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 14 Dec 2012 17:49:46 +0000 (17:49 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 17 Dec 2012 11:54:17 +0000 (11:54 +0000)
commitd8f5d1b257765317a1da0bb60f1a25a101803a47
tree89daf5c4844a36da1107f74016f6ea3fb52276c8
parent6247b239bca25cadb5fb16b1bc6f4c77e764c4ff
Problem of over smoothing with intra modes.

In some cases intra modes in inter frames give
an over smoothed appearance. Especially with
noisy but flat content.

Also in some cases there were problems with key
frame sizing again with very flat but noisy content.

These are temporary changes to help alleviate the
visual problems but will almost certainly hurt metric
results especially at the very low data rate end.

Change-Id: I11549179a19277ffc283d9788bc70168f2a8bdc9
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_rdopt.c