Fix loopfilter bug
authorJohn Koleszar <jkoleszar@google.com>
Mon, 8 Jul 2013 23:39:37 +0000 (16:39 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 8 Jul 2013 23:49:57 +0000 (16:49 -0700)
commit527fc5caf63130cf833799060764ec0bafa48940
treef96cec571413522f979051c2375f736234d24287
parent93f88ab55abfe0262789d6312f549d3adc484c58
Fix loopfilter bug

In the rare case were 4x4 interior filtering was called for but no
8x8 or larger filtering takes place, the previous code was skipping
the filtering. This patch fixes the issue by including the interior
mask in the overall mask for the filter application loops.

Change-Id: I4a0b65056c64f97478827c2ff41e0914fc7779d0
test/test-data.sha1
test/test.mk
test/test_vector_test.cc
vp9/common/vp9_loopfilter.c