]> granicus.if.org Git - libvpx/commit
added 8x8 based Rate estimation for dualpred case
authorYaowu Xu <yaowu@google.com>
Mon, 13 Feb 2012 22:34:19 +0000 (14:34 -0800)
committerPaul Wilkins <paulwilkins@google.com>
Tue, 14 Feb 2012 09:23:21 +0000 (09:23 +0000)
commit9b68ad0f30c8f4875a5aec5c3f09c3898b820e5f
treea3f083b425d5e25489ff24b6b3d2ee987124d912
parent9a8204d6ee0f2d2d7a64d22aadfd567552a44db7
added 8x8 based Rate estimation for dualpred case

This commmit added logic for MB using dual-pred to compute rate
estimation based on correct transform size. The section of code
was previously located under #if CONFIG_DUALPRED, that was made
to be working with T8x8 experiment at the same time.

Change-Id: Iebc2518c03f11378b9c2e72905520f088b54d5c0
vp8/encoder/rdopt.c