ref: 3675b2291cac15e6bc5a9bde9a0da7e00f919aaa
parent: cf7c4732e5be5c881a49f778ba011ea5d656f66e
author: Yunqing Wang <yunqingwang@google.com>
date: Mon Jan 10 11:16:59 EST 2011
Fix bug in motion search The maximum possible MV in 1/8 pel units is (1<<11), which could cause mvcost out of its range that is 1023. Change maximum possible MV in 1/8 pel units to (1<<11)-8 will fix this problem. Change-Id: I5788ed1de773f66658c14f225fb4ab5b1679b74b