vp9_find_mv_refs_idx change for last frame.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 31 May 2013 14:36:10 +0000 (15:36 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 31 May 2013 14:37:27 +0000 (15:37 +0100)
commitcf61fae8eebc5a84260c06b2ed949de4150791ed
tree97bdeab2cce5eb78266f176c389e173e61547a20
parent7ca651a38391a3e8ec42f8de56fe7264dc3a6d2f
vp9_find_mv_refs_idx change for last frame.

Restrict get_matching_candidate() to considering
mvs at 8x8 and larger sizes for last frame case.

This is to reduce the HW load of using vectors down
to the 4x4 level from the previous frame.

Change-Id: I6505e610fd63a4e22d67f136aec7905a01b893ba
vp9/common/vp9_mvref_common.c