Reduce loop filter in cyclic refresh.
authorMarco Paniconi <marpan@google.com>
Sat, 12 Jan 2013 00:28:51 +0000 (16:28 -0800)
committerMarco Paniconi <marpan@google.com>
Sat, 12 Jan 2013 00:46:09 +0000 (16:46 -0800)
commit07ce7751894d98ecec81d1ab68e0d4cf4912fc5b
tree3591961c4a609bffdeddf12ebdc772dcd4d3aa22
parent8aca35192618afc7896b2a92d39692f3f9b56764
Reduce loop filter in cyclic refresh.

Reduce the delta loop filter for blocks that are cyclicly refreshed.
This helps to reduce the dot artifacts that may happen
when zero_mv blocks are repeatedly loop-filtered.

This change, along with the fix in:
https://gerrit.chromium.org/gerrit/#/c/40409/
helps to reduce this artifact, but cannot remove the dot artifacts completely.

Change-Id: I44675e7a0f59295b648a3b7d4956fb301231a97f
vp8/encoder/onyx_if.c