Improve MV prediction in vp8_pick_inter_mode() for speed>3

Applied same method used in vp8_rd_pick_inter_mode() to improve
the accuracy of MV prediction.

Change-Id: Ia50ae26208b18482695601f32febd99fe89fbc17
This commit is contained in:
Yunqing Wang
2011-01-28 10:00:20 -05:00
parent dcb23e2aaa
commit 7cbe684ef5
4 changed files with 145 additions and 121 deletions

View File

@@ -11,8 +11,6 @@
#include "findnearmv.h"
#define FINDNEAR_SEARCH_SITES 3
/* Predict motion vectors using those from already-decoded nearby blocks.
Note that we only consider one 4x4 subblock from each candidate 16x16
macroblock. */