Put iterative motion search under speed control
authorJingning Han <jingning@google.com>
Mon, 3 Jun 2013 16:16:48 +0000 (09:16 -0700)
committerJingning Han <jingning@google.com>
Mon, 3 Jun 2013 16:18:57 +0000 (09:18 -0700)
commit9068bce4e795215b59d0145d560d27ef5bd79295
tree198a1563ec63410244054629c4401c0892f186f2
parent6dd3a6320e6faa4619433faffbd3b83f061ae574
Put iterative motion search under speed control

Enable iterative motion search for compound inter-inter prediction
of block sizes 4x4/4x8/8x4 only when best coding quality is selected.
The iterative motion search provides about 0.1% gains for derf and
stdhd at this point, at the expense of longer runtime.

Change-Id: Idc03e7f827e51f1bb8d269bc3752ee297a6bbfe5
vp9/encoder/vp9_rdopt.c