]> granicus.if.org Git - libvpx/commit
Allow sub8x8 intra modes test for alt frame coding
authorJingning Han <jingning@google.com>
Sat, 5 Oct 2013 00:19:05 +0000 (17:19 -0700)
committerJingning Han <jingning@google.com>
Sat, 5 Oct 2013 02:13:00 +0000 (19:13 -0700)
commit0d0ed6a29b6e594e40fad9bcdaca5dab822754ce
tree28b157d2c7683de135eee6f3e6908690443fa9ef
parent1ab60f7bfb032418e3eb1097d1fbe1756b3183cb
Allow sub8x8 intra modes test for alt frame coding

This commit allows sub8x8 intra modes test in the rate-distortion
loop for hd sequences in speed 1 and 2.

For sequence y90n of hd set at 8000 kbps, speed 2 runtime goes
from 207s to 210s. For ped_1080p at 3000 kbps, speed 2 runtim goes
from 336s to 337s. Both are running with 300 frames.

This improves compression performance by 0.24% for stdhd and 0.32%
for hd.

Change-Id: I173ca38a6411565ae6cfadd184c42b2070c5de1f
vp9/encoder/vp9_onyx_if.c