]> granicus.if.org Git - libvpx/commit
change to make use of more trellis quantization
authorYaowu Xu <yaowu@google.com>
Fri, 15 Oct 2010 01:58:34 +0000 (18:58 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 15 Oct 2010 17:14:34 +0000 (10:14 -0700)
commit2e53e9e53ff00113dc8a9952d596020c648f13db
tree81f3a38a4199f2984169976031cad5a18bf72d6e
parenta2b598a2f964b0d7a1e5df74b66c70a1bca746ca
change to make use of more trellis quantization

when a subsequent frame is encoded as an alt reference frame, it is
unlikely that any mb in current frame will be used as reference for
future frames, so we can enable quantization optimization even when
the RD constant is slightly rate-biased. The change has an overall
benefit between 0.1% to 0.2% bit savings on the test sets based on
vpxssim scores.

Change-Id: I9aa7bc5cd573ea84e3ee655d2834c18c4460ceea
vp8/encoder/encodeintra.c
vp8/encoder/encodemb.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h