Removed MV costing from ARNR filtering
authorAdrian Grange <agrange@google.com>
Thu, 26 Apr 2012 22:41:38 +0000 (15:41 -0700)
committerAdrian Grange <agrange@google.com>
Fri, 27 Apr 2012 15:48:13 +0000 (08:48 -0700)
commitf0605f4b7e426013f61927702c971f330e7c3e5b
tree943b451b8bf8e62eecf4de5efb841235e7285932
parent24e7b1b90d802dacea4daeeb03984184c7b74d2a
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 so that
the mv costing is ignored without the requirement for
dummy tables.

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