shithub: libvpx

Download patch

ref: df90d58f4fd13a486b6f3af6e8ce7669779b1e00
parent: a33086f9253aa34f80f16849210d5da24563a24c
author: Yunqing Wang <yunqingwang@google.com>
date: Wed Jul 3 10:43:23 EDT 2013

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