Jingning Han 46ea9ec719 Enable real-time version reference motion vector search
This commit enables a fast reference motion vector search scheme.
It checks the nearest top and left neighboring blocks to decide the
most probable predicted motion vector. If it finds the two have
the same motion vectors, it then skip finding exterior range for
the second most probable motion vector, and correspondingly skips
the check for NEARMV.

The runtime of speed -5 goes down
pedestrian at 1080p 29377 ms -> 27783 ms
vidyo at 720p       11830 ms -> 10990 ms
i.e., 6%-8% speed-up.

For rtc set, the compression performance
goes down by about -1.3% for both speed -5 and -6.

Change-Id: I2a7794fa99734f739f8b30519ad4dfd511ab91a5
2014-06-26 09:49:13 -07:00
..
2014-06-20 11:29:19 -07:00
2014-06-12 19:57:25 -07:00
2014-03-24 11:02:27 -07:00
2014-02-09 20:04:54 -08:00
2014-03-25 09:45:54 -07:00
2013-09-29 19:29:58 -07:00
2013-12-16 17:27:48 -08:00
2013-02-22 11:03:14 -08:00