]> granicus.if.org Git - libvpx/commit
Revised coding using adaptive mode context to depend on frame type
authorYaowu Xu <yaowu@google.com>
Thu, 8 Dec 2011 19:43:09 +0000 (11:43 -0800)
committerYaowu Xu <yaowu@google.com>
Fri, 9 Dec 2011 20:13:42 +0000 (12:13 -0800)
commitba1a6619b3e06324354b728ec28d1b0750a7cc32
tree43c1cbb398d787f84fdb756d08f746e5f1d7cc12
parent7748d833e8dc61c6169529dc105aacea006ee455
Revised coding using adaptive mode context to depend on frame type

A previous commit 76feb965 made the vp8_mode_context adaptive on a frame
frame basis, this commit further made the coding context adaptive to two
frame types separately. Tests on derf set showed a further small gain on
all metrics: avg psnr 0.10%, glb psnr: 0.11%, ssim: 0.08%

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

Change-Id: I7b3e32ec8729de1903d14a3f1213f1624b78cdee
vp8/common/alloccommon.c
vp8/common/entropymode.c
vp8/common/entropymode.h
vp8/common/modecont.c
vp8/common/modecont.h
vp8/common/onyxc_int.h
vp8/decoder/decodframe.c
vp8/encoder/bitstream.c
vp8/encoder/mcomp.h
vp8/encoder/onyx_if.c
vp8/encoder/ratectrl.c