]> granicus.if.org Git - libvpx/commit
Allow block skip coding option in RTC mode
authorJingning Han <jingning@google.com>
Tue, 31 Mar 2015 16:25:21 +0000 (09:25 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Tue, 31 Mar 2015 16:32:53 +0000 (09:32 -0700)
commitebe1be9186b4f20e8d30c4bbad79ba78403de0d2
tree4a3a3fbdedce7ff137230098324d3c09e95cebae
parent34a996ac1e69abd0caf8310a0753a2bebfdbce6c
Allow block skip coding option in RTC mode

When the estimated rate-distortion cost of skip coding mode is
lower than that of sending quantized coefficients, allow the
encoder to drop these coefficients. This improves the compression
performance of speed -6 by 0.268% and makes the encoding speed
slightly faster.

Change-Id: Idff2d7ba59f27ead33dd5a0e9f68746ed3c2ab68
vp9/encoder/vp9_pickmode.c