vpx/vp8
Paul Wilkins ba30e7746e Explicit MV reference experiment.
Coding and costing of mv reference signal.

Issues in updating MV ref with COMPANDED_MVREF_THRESH
to be resolved. Ideally the MV precision should be defined based
on absolute MV magnitude not as now the MV ref magnitude.

Update to mv counts moved into bitstream.c because otherwise
if the motion reference is changed at the last minute the encoder
and decoder get out of step in terms of the counts used to update
entropy probs.

Code working on a few test clips but no results yet re benefit vs
signaling cost and no tuning of red loop to test lower cost alternatives
based on the available reference values.

Patch 3. Added check to make sure we don't pick a reference
that would give rise to an uncodeable / out of range residual.

Patch 6-7: Attempt to rebase. OK to submit but best to leave flag off for now.

Patch 9. Remove print no longer needed.

Change-Id: I1938c2ffe41afe6d3cf6ccc0cb2c5d404809a712
2012-10-26 13:35:02 +01:00
..
common Explicit MV reference experiment. 2012-10-26 13:35:02 +01:00
decoder Explicit MV reference experiment. 2012-10-26 13:35:02 +01:00
encoder Explicit MV reference experiment. 2012-10-26 13:35:02 +01:00
exports_dec Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
exports_enc remove extra end of line 2012-07-24 09:33:47 -07:00
vp8_common.mk Added rtcd support vp8_sad16x3 and vp8_sad3x16 2012-10-22 13:45:42 -07:00
vp8_cx_iface.c Dll build of libvpx 2012-07-23 14:51:21 -07:00
vp8_dx_iface.c Restyle code 2012-07-17 11:46:03 -07:00
vp8cx_arm.mk Move neon only arm functions under arm/neon. 2011-09-20 10:51:06 -07:00
vp8cx.mk Remove variance vtable from rtcd 2012-10-21 20:47:57 -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