]> granicus.if.org Git - libvpx/commit
Segmentation experiment:
authorPaul Wilkins <paulwilkins@google.com>
Fri, 11 Nov 2011 18:08:06 +0000 (18:08 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 11 Nov 2011 18:33:25 +0000 (18:33 +0000)
commitc9130bdbbcf833595d9f3efd9bbcdb51575245d9
treeba95e34315c3655d59938aceb404b9900c0a3968
parentbf25d4ad7f5f9c7b11894be140783da8ee640494
Segmentation experiment:

Added last_segmentation_map[] structure
to keep track of what we had before when
doing temporal prediction. With this change
the existing code does once again appear to
be giving a decodable bitstream for both
temporal and standard prediction modes.
However, it is still somewhat messy and
confused and there is no option to take
advantage of spatial prediction so it could
do with further work.

Some housekeeping / clean out.

Change-Id: I368258243f82127b81d8dffa7ada615208513b47
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/segmentation.c