]> granicus.if.org Git - libvpx/commit
Changed how UV r/d estimates are done for Intra Modes
authorYaowu Xu <yaowu@google.com>
Wed, 22 Feb 2012 02:10:18 +0000 (18:10 -0800)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 5 Mar 2012 13:16:41 +0000 (13:16 +0000)
commit6898e8b7ab73d0b0a77d4939fd9566d3f5308ed0
tree1f420e93766f564cc6115281d660077cc47476af
parenteaa955ba98299081399c96b0dad0411f69a9cec6
Changed how UV r/d estimates are done for Intra Modes

The commit changed to compute UV intra RD estimates for 4x4 and 8x8
separately to be used in mode decision for MB modes associated with
the appropriate transform size respectively. Now finally after many
other changes related 8x8 quantizer zbin boost and zbin_mode_boost,
this change overall helps the HD(with 8x8) by around ~.13%.
(avg .13%  glb .13% ssim .17%)

The commit also has a few changes for eliminating compiler warnings.

Change-Id: Ibab35dad44820c87e6b44799c66f8d519cc37344
vp8/common/entropymode.h
vp8/decoder/decodemv.c
vp8/decoder/detokenize.c
vp8/encoder/quantize.h
vp8/encoder/rdopt.c
vp8/encoder/temporal_filter.c
vp8/encoder/tokenize.h