]> granicus.if.org Git - libvpx/commit
Fix partition type costing.
authorGeza Lore <gezalore@gmail.com>
Tue, 9 Feb 2016 10:17:22 +0000 (10:17 +0000)
committerGeza Lore <gezalore@gmail.com>
Tue, 9 Feb 2016 10:36:53 +0000 (10:36 +0000)
commit4ac6727438eaecce24333af3d5babb0953d0055b
tree33ab2a75fd9ca4d218fcd41868498340d98a1f21
parent27bd9939a3d4ccf3a8c78b2b18f6a30b8826c399
Fix partition type costing.

This patch makes rd optimization use the same context for computing
the rate cost of coding the partitioning as the packer actually uses
when emitting it in write_modes_sb.

Change-Id: Idb1427bb2f9c37ab80c6aa182f7ff754ef0595cb
vp10/encoder/encodeframe.c