vpx/vp8
Adrian Grange 393440db89 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
2012-04-27 10:00:20 -07:00
..
common Merge QIMODE experiment 2012-04-25 14:18:25 -07:00
decoder Merge QIMODE experiment 2012-04-25 14:18:25 -07:00
encoder Removed MV costing from ARNR filtering 2012-04-27 10:00:20 -07:00
exports_dec Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
exports_enc Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
vp8_common.mk fixed .mk files to reflect add/remove of a header file 2012-03-12 14:51:54 -07:00
vp8_cx_iface.c Refactoring of encode loop and bitstream packing 2012-04-11 15:44:14 +01:00
vp8_dx_iface.c Code Simplification 2012-02-28 17:55:42 +00:00
vp8cx_arm.mk Move neon only arm functions under arm/neon. 2011-09-20 10:51:06 -07:00
vp8cx.mk fixed .mk files to reflect add/remove of a header file 2012-03-12 14:51:54 -07:00
vp8dx_arm.mk include asm_com/dec_offsets for make dist 2011-08-02 13:42:03 -04:00
vp8dx.mk Experimental code base simplification. 2012-02-15 16:08:47 +00:00