]> granicus.if.org Git - libvpx/commit
changed UV plane loop filtering for TX_8X8
authorYaowu Xu <yaowu@google.com>
Mon, 14 Jan 2013 17:28:35 +0000 (09:28 -0800)
committerYaowu Xu <yaowu@google.com>
Mon, 14 Jan 2013 22:28:20 +0000 (14:28 -0800)
commitad9a16ed179913bc671b54f498daa7f4256cc32a
tree7b620f4be854d30ec18f9e4d4645095f75ee8699
parent113005b11dd4e0e31bf22756d89ccd823078db10
changed UV plane loop filtering for TX_8X8

In commit 9a1d73d, loop filtering was added for UV 4x4 boundaries
when TX_8X8 is used by a MB. This commit further refined the decision
to be based on the actual transform used for the UV planes. When
UV planes use 4x4 transform, i.e. when prediction mode used is either
I8X8_PRED or SPLITMV, UV planes are filtered on 4x4 boundaries, and no
filtering is applied on 4x4 block boundaries when UV planes use 8X8
transform.

Change-Id: Ibb404face0a1d129b4b4abaf67c55d82e8df8bec
vp9/common/vp9_loopfilter.c