]> granicus.if.org Git - libvpx/commit
SEGMENTATION experiment:
authorPaul Wilkins <paulwilkins@google.com>
Fri, 11 Nov 2011 10:10:06 +0000 (10:10 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 11 Nov 2011 18:31:21 +0000 (18:31 +0000)
commitbf25d4ad7f5f9c7b11894be140783da8ee640494
tree187c1337db487b987bf9dd6ad8e81fadab4fdd8f
parente01b39254b7289f124b2ba2b0fcdfb1e64aadd0c
SEGMENTATION experiment:

Some initial cleanup to aid testing and debug.

Pull code to choose temporal or spatial encoding
out of encodeframe.c into a dedicated function
in segmentation.c.

For now disable broken temporal mode.

Move the coding of "temporal_update" flag and
only transmit if segment map update is indicated.

Rename the functions read_mb_features() and
write_mb_features() to read_mb_segid() and
read_mb_segid() as they only read and write
the macroblock segment id not any of the
features.

Change-Id: Ib75118520b1144c24d35fdfc6ce46106803cabcf
vp8/decoder/decodemv.c
vp8/decoder/decodframe.c
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
vp8/encoder/onyx_int.h
vp8/encoder/segmentation.c
vp8/encoder/segmentation.h