]> granicus.if.org Git - libvpx/commit
Further QIndex realted Fixes:
authorPaul Wilkins <paulwilkins@google.com>
Mon, 12 Dec 2011 18:27:25 +0000 (18:27 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 19 Dec 2011 09:27:19 +0000 (09:27 +0000)
commitfb807776a2bb56630311d72affb9fcb34c42dad0
treec53767d36bb2a0d78df46fe6285e7a5e8b4e9113
parentb3ade15a268ffdd4eea7fcbb2c0ecaca51e64294
Further QIndex realted Fixes:

Added code to support 256 index steps instead of 128 but disabled for now.
Replace hard wired table vp8cx_base_skip_false_prob[128]
Observed Qindex problem with setting minimum loop filter value.
(Experiment code using real Q in place but for now just returning 0. This has a big
beneficial effect on some clips, particularly waterfall which shows 5% ssim gain)

Change-Id: I2f7117de8adc1797164c106aa13effc900a1467e
vp8/common/onyxc_int.h
vp8/common/quant_common.c
vp8/common/seg_common.c
vp8/common/seg_common.h
vp8/decoder/decodframe.c
vp8/encoder/bitstream.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/picklpf.c
vp8/encoder/rdopt.c