]> granicus.if.org Git - libvpx/commit
moved segment based LPF level selection under CONFIG_FEATUREUPDATES
authorYaowu Xu <yaowu@google.com>
Wed, 15 Feb 2012 01:52:18 +0000 (17:52 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 15 Feb 2012 15:18:05 +0000 (07:18 -0800)
commitd327dcf3aa9393315c80d60916bde406a0f3cf6b
tree3b8aaf87ac5d76096a75ef1048bea5aa60f0757e
parent9b68ad0f30c8f4875a5aec5c3f09c3898b820e5f
moved segment based LPF level selection under CONFIG_FEATUREUPDATES

This commit moved segment based loop filter level selection into
the experiment of CONFIG_FEATUREUPDATES. As previous commit noted,
the segment based loop filter selection helps the compression by
~0.1% on cif set, the ongoing experiment CONFIG_FEATUREUPDATES
made encoding updates of the segment based LPF level more efficient,
hence, another .04% gain on cif set. The commit also fixed an issue
previously where encoder/decoder may use different loop filter level
for one of the segments.

Change-Id: Ia978b14aae95bb107d561ba53a7a2bb6ff01faf3
configure
vp8/common/loopfilter.c
vp8/encoder/picklpf.c