]> granicus.if.org Git - libvpx/commit
Reimplementation of loop filter
authorJohn Koleszar <jkoleszar@google.com>
Thu, 30 May 2013 16:12:57 +0000 (09:12 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 6 Jun 2013 15:45:45 +0000 (08:45 -0700)
commit043d348aaeb9862cb87727a68eb7ee4f84d911d1
tree97561ae9a113dbb8bf24949346024da5be60bb56
parente987f03acd2ef2ce620e075e691845bd216a54d7
Reimplementation of loop filter

This version of the loop filter supports non-4:2:0 subsampling and
a fourth plane, as well as changing the filtering order to be more
friendly to hardware implementations.

The filters are applied first to all vertical edges within the
64x64 SB, followed by the top horizontal edge and any internal
horizontal edges. Since filtering is applied on each 4x4 edge
serially, a dependency is created from filtering one block edge
to the next. It would be possible to remove this depencnecy by
building all filtering decisions from the unfiltered
reconstruction data.

Change-Id: I08f3e9683eb7bded8a76651cbc50fc0dfdd05fa7
configure
vp9/common/vp9_loopfilter.c
vp9/common/vp9_loopfilter_filters.c
vp9/common/vp9_rtcd_defs.sh