]> granicus.if.org Git - libvpx/commit
Incorporate flexible tx type and tx partition in RD scheme
authorJingning Han <jingning@google.com>
Mon, 2 Nov 2015 20:05:47 +0000 (12:05 -0800)
committerJingning Han <jingning@google.com>
Tue, 3 Nov 2015 01:40:05 +0000 (17:40 -0800)
commit4b594d3d0053ef90fce59bbea44077cdcf944f9f
tree1c3cb5efc0e9c77a2c7bdf6add37756fe7f1d637
parent506e3b136c3938b5919735e616ef8c7c5c98e65c
Incorporate flexible tx type and tx partition in RD scheme

This commit hooks up the rate-distortion optimization system to
fully exploit recursive transform block partition and multiple
transform type. The compression performance of the two experiments
largely adds up. For derf set, ext-tx provides additional 2.1%
coding gains on top of the gains due to recursive transform block
partition (0.69%).

Change-Id: I1091fb9545f74e489a6a2489dc3c12f5abd05043
vp10/common/blockd.h
vp10/decoder/decodeframe.c
vp10/encoder/encodeframe.c
vp10/encoder/rdopt.c