]> granicus.if.org Git - libvpx/commit
add quantizer adaptive intra mb mode encoding
authorYaowu Xu <yaowu@google.com>
Thu, 4 Aug 2011 23:30:27 +0000 (16:30 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 16 Sep 2011 23:26:35 +0000 (16:26 -0700)
commitaac2c12663dc3b7aec16436612c4d3cd3d589001
treeedef3ea2f74b3e173af370692e99adb8d24c07bf
parentca6b85aa4eae6047315ac01eef44b0ebaef58da3
add quantizer adaptive intra mb mode encoding

make intra mode coding entropy distribution adaptive to baseQindex, an
encoding test on hd clips with all key frame shows universal gain on
all clips in both .2%(psnr) and (ssim).3%.

To build and test, configure with
--enable-experimental --enable-qimode

Change-Id: Iaa69241b984d4fdd8baa6d77ee78c0140f5ac00a
configure
vp8/common/blockd.h
vp8/common/entropymode.c
vp8/common/onyxc_int.h
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
vp8/encoder/modecosts.c
vp8/encoder/onyx_int.h
vp8/encoder/ratectrl.c