]> granicus.if.org Git - libvpx/commit
Further clean up of Segmentation experiment code
authorPaul Wilkins <paulwilkins@google.com>
Tue, 15 Nov 2011 15:22:26 +0000 (15:22 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Tue, 15 Nov 2011 15:22:26 +0000 (15:22 +0000)
commit6394ef28d719f74f2757f8aad245e43e5401c9e6
tree5030146a8b4783fb7398b18516bae28246cb05de
parent661b2c2dcf59bb56535332dcc88212ef8499b33f
Further clean up of Segmentation experiment code

Changed name and sense of segment_flag to "seg_id_predicted"
Added some additional comments and retested.

I also did some experimentation with a spatial prediction option
using a similar strategy to the temporal mode implemented.
This helps in some cases where temporal prediction is bad but
I suspect there is more overlap here with work on a larger scale
block structure and spatial correlation will likely be better
handled through that mechanism.

Next check in will remove #ifdefs and legacy mode code.

Change-Id: I3b382b65ed2a57bd7775ac0f3a01a9508a209cbc
vp8/common/blockd.h
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
vp8/encoder/segmentation.c