]> granicus.if.org Git - libvpx/commit
Enable rate-distortion optimization for transform partition
authorJingning Han <jingning@google.com>
Wed, 22 Apr 2015 05:22:08 +0000 (22:22 -0700)
committerJingning Han <jingning@google.com>
Mon, 1 Jun 2015 23:50:36 +0000 (16:50 -0700)
commit33f05e90fef47befa438970108ee56fcd08ffe73
treecd5603f8ac4ee911f91df8cb0596f81cedfd4797
parent0451c6b6dda9a92e2d619ea8d4cefb00b4e5c973
Enable rate-distortion optimization for transform partition

This commit enables the rate-distortion optimization for recursive
transform block partition for inter mode blocks based on luma
component. The chroma component infers the transform block size
decision from those of luma component.

Change-Id: I907cc52af888a606b718e087e717b189fa505748
vp9/encoder/vp9_rdopt.c