]> granicus.if.org Git - libvpx/commit
Re-arrange inter mode search order in RTC coding flow
authorJingning Han <jingning@google.com>
Fri, 6 Feb 2015 01:13:25 +0000 (17:13 -0800)
committerJingning Han <jingning@google.com>
Fri, 6 Feb 2015 16:52:52 +0000 (08:52 -0800)
commitb2762a8853762a7f13bbf084ae1ae99992013ce2
treea4ae18f75615eb04a415a36a669428d318c01885
parenta5a5b115b104db4c950780f502f2e1cfd0d4e390
Re-arrange inter mode search order in RTC coding flow

This commit makes the ZEROMV mode first in the search order to
ensure that the zero mv is always checked in the RTC coding mode.
It improves the average speed -6 compression performance by 0.3%
in both PSNR and SSIM at no visible speed change.

Change-Id: I465a7e59f4e20cd84fee3f02ced6f98036945949
vp9/encoder/vp9_pickmode.c