• Adrian Grange's avatar
    Removed MV costing from ARNR filtering · f0605f4b
    Adrian Grange authored
    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
    f0605f4b