]> granicus.if.org Git - libvpx/commit
fixed the scaling in 8x8 trellis quant
authorYaowu Xu <yaowu@google.com>
Fri, 11 Nov 2011 05:14:45 +0000 (21:14 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 16 Nov 2011 22:29:02 +0000 (14:29 -0800)
commit7f33be9e9625ab2fcaa5d4e1417c57d12bb04820
tree085b102a4b24ff055cab15d27f99eb16f158b1ab
parente01b39254b7289f124b2ba2b0fcdfb1e64aadd0c
fixed the scaling in 8x8 trellis quant

This commit has a few minor fixes to the 8x8 trellis quant, so to
make it work regardless if extend_qrange is enabled or not. It also
borrowed adaptive RDMULT constants from 4x4 trellis that was missed
in the 8x8 trellis quant.

Change-Id: I60d7769071f102c699b5084597e62bca87a1f759
vp8/encoder/encodemb.c