]> granicus.if.org Git - libvpx/commit
Reduced bias in picking loop filter level
authorYaowu Xu <yaowu@google.com>
Fri, 17 Feb 2012 20:03:34 +0000 (12:03 -0800)
committerYaowu Xu <yaowu@google.com>
Sat, 18 Feb 2012 00:44:08 +0000 (16:44 -0800)
commit737179f275cc4384f587af5f391de5968368c63a
tree6a3f59f4b497cdf4fb562558ff4b226125799548
parent47d545f1669f5fd9e6df7c36b9e3f8aee92fc5b8
Reduced bias in picking loop filter level

The bias in picklpf intended to bias toward less greedy in getting
best frame level psnr while maximize overall quality for a clip.
This commit reduced the bias for frames using 8x8 transform to
achieve better compression overall.

The change improve compression by ~.15% consistently on most of the
HD clips tested.

http://www.corp.google.com/~yaowu/no_crawl/LPFBias_FixSkip.html

Change-Id: Ic30932d2b8eaebd52339b0195f569edc48eed7bc
vp8/encoder/picklpf.c