]> granicus.if.org Git - libvpx/commit
Loopfilter: bug fix in sb_type usage
authorJanne Salonen <jsalonen@google.com>
Mon, 10 Jun 2013 06:21:12 +0000 (09:21 +0300)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 10 Jun 2013 13:40:05 +0000 (06:40 -0700)
commit548f90d2ced8de4d56f8a9fe581f76ea0fb4b5f2
tree1e495dae30bfc37dbd3e278e609b4077209d2b2b
parent140ac34e576f586054d2c4d98476adae5dd06c52
Loopfilter: bug fix in sb_type usage

Was always using sb_type of first column in a row of 8x8 units when
determining decoded block edges as a subcondition for loop filter
skipping.

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