Extension of segmentation to 8 segments.
authorPaul Wilkins <paulwilkins@google.com>
Wed, 24 Apr 2013 12:04:45 +0000 (13:04 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 24 Apr 2013 15:36:47 +0000 (16:36 +0100)
commit31ee193a9ccfccef65dad0fba3462b9f83db97fa
treea2d5f3cfb21c928911173031951c78604f37284c
parentc77aff1286df07fb9f3b49feaacf384703813eca
Extension of segmentation to 8 segments.

Also some further simplification following removal
of top node code.

There is an issue in regards to the shared file vp8cx.h
in regard to the roi_map as this interface assumes that
there are only 4 segments. I have left the value here as
4 for now meaning that the roi_map interface is broken
for VP9.

Note that this change would have been easier if I hadn't
had to search for hard wire instances of the number 4
and <= 3.

Change-Id: Ia8b6deea4be4dbd20deb1656e689dd43a5f190e8
vp9/common/vp9_blockd.h
vp9/common/vp9_loopfilter.h
vp9/common/vp9_onyx.h
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_segmentation.c
vpx/vp8cx.h