Modified ARNR MC-filter to ignore ARF frame
authorAdrian Grange <agrange@google.com>
Fri, 27 Apr 2012 16:01:17 +0000 (09:01 -0700)
committerAdrian Grange <agrange@google.com>
Fri, 27 Apr 2012 16:01:17 +0000 (09:01 -0700)
commit3f252e30e4faa6609e651210ea50941f08f3b7be
tree1624cebab3dd905a5d0b545730032fc9d6c5f943
parentf0605f4b7e426013f61927702c971f330e7c3e5b
Modified ARNR MC-filter to ignore ARF frame

The ARNR filter uses MC to find the best match between the
ARF and other nearby frames in the filter-set. Since the
ARF is a member of the filter-set, MC in that case is
unnecesssary. This patch modifies the filter so it does
not apply MC in this case.

Change-Id: Ic0321199c08db2189a57f28d1700b745bc7ff66d
vp8/encoder/temporal_filter.c