Removed MV costing from ARNR filtering
authorAdrian Grange <agrange@google.com>
Thu, 26 Apr 2012 17:37:52 +0000 (10:37 -0700)
committerAdrian Grange <agrange@google.com>
Fri, 27 Apr 2012 17:00:20 +0000 (10:00 -0700)
commit393440db89fbc5718d6005285a1a7229ccddaec9
tree703f381ea2f19162af992582f169dca52c217d94
parenta16608aba040957e269ec1e7905c72140cb721b6
Removed MV costing from ARNR filtering

The ARNR filter uses a motion compensated temporal filter,
but the motion estimation implementation accounts for the
cost of the mv in its decision making process. The ARNR
filter uses a dummy cost table initialized to 0 as a way
to ignore the mv costs (which are irrelevant to the filter).

This CL modifies the ARNR filter implementation to so that
the mv costing is ignored without the requirement for
dummy tables.

Change-Id: I0dd9620c3b70682f938b2a70912c11d4d7c9284c
vp8/encoder/mcomp.c
vp8/encoder/temporal_filter.c