]> granicus.if.org Git - libvpx/commit
Fix rectangular partition check in speed 1
authorJingning Han <jingning@google.com>
Mon, 30 Sep 2013 18:58:22 +0000 (11:58 -0700)
committerJingning Han <jingning@google.com>
Mon, 30 Sep 2013 19:14:36 +0000 (12:14 -0700)
commit195061fedaeca7ac79ef810213c35fb06ed155aa
tree84ab6b8c0f93c0ed699765337b1b2bf32afc4a99
parent1a9d4fedf311bea3183c88494d9849e699b223cb
Fix rectangular partition check in speed 1

Make encoder skip rectangular partition check in speed 1 and above,
when early termination was triggered in partition split.
Thanks Guillaume (gmartres@) for catching this issue.

This change makes bus_cif at 2000kbps speed 1 runtime goes down from
25612ms to 23438ms (about 9% speed-up), at the expense of -0.235%
performance down.

Change-Id: I98613fad081a261d30d5fa206f934ca70601c180
vp9/encoder/vp9_encodeframe.c