Always use adaptive motion search in non-RD coding mode
authorJingning Han <jingning@google.com>
Tue, 25 Mar 2014 05:31:03 +0000 (22:31 -0700)
committerJingning Han <jingning@google.com>
Tue, 25 Mar 2014 05:33:00 +0000 (22:33 -0700)
commit1b46f315f696c48326ba125e0d5acac8f3313d77
tree88db872d4af3dd69d64683cc5adb55ea895fc43f
parent6b6d3886fcd34ceeae44bc326e178643dee6fe70
Always use adaptive motion search in non-RD coding mode

This commit takes out the if statements on using adaptive motion
search flag. This feature is automatically enabled in non-RD mode
decision flow for variable partition types search.

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