]> granicus.if.org Git - libvpx/commit
vp10: split UV int4x4 loopfilter flag in one for each covered edge.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 9 Sep 2015 20:50:07 +0000 (16:50 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 26 Sep 2015 00:25:10 +0000 (20:25 -0400)
commit034c28b0a415e6289f66157766a022f056bca2f1
tree26074afbcf86367fa9f0c705ea55768bde87bbcf
parentbab8d38f7fc0c3e28c383c5cb9c987bf1aa05369
vp10: split UV int4x4 loopfilter flag in one for each covered edge.

In practice, this fixes the issue that if you have an odd number of
mi_cols, on the full right of the image, the UV int4x4 loopfilter
will be skipped over odd cols as well as odd rows (because it holds a
single variable for both edges).

See issue 1016.

Change-Id: Id53b501cbff9323a8239ed4775ae01fe91874b7e
vp10/common/loopfilter.c
vp10/common/loopfilter.h