vpx/vp9/encoder
Yunqing Wang df90d58f4f Speed up motion estimation using small partitions' result(experiment)
Current partition checking starts from small sizes, and then goes up
to large sizes. This experiment uses the small partitions' motion
estimation result, which is already available, to speed up the
large partition's motion estimation. We can decide to skip some
patition checkings if they are unlikely choices. We could use the
motion vector(MV) result as current partition's prediction MV, limit
the search range and reference frame.

Current result at speed 1:
psnr loss: 1.19% for stdhd, 0.287% for derf.
speed gain: 14% for sunflower(hd), 11% for akiyo.

Further improvement will be done later.

Change-Id: I5abfd070e9cace2e91e2a0247d1325df313887ab
2013-07-17 09:11:47 -07:00
..
2013-07-16 14:47:15 -07:00
2013-06-07 16:00:26 -07:00
2013-07-03 10:11:59 -07:00
2013-07-11 17:22:03 -07:00
2013-02-21 13:50:15 -08:00
2013-02-28 13:18:02 -08:00
2013-06-26 19:48:39 +01:00
2013-05-25 10:09:23 +01:00
2013-04-10 13:45:22 -07:00
2013-02-21 10:34:33 -08:00
2013-02-21 10:34:33 -08:00
2013-07-16 14:12:47 -07:00
2013-07-16 14:47:15 -07:00
2013-04-19 22:16:28 +01:00