]> granicus.if.org Git - libvpx/commit
Segment mode coding bug.
authorPaul Wilkins <paulwilkins@google.com>
Wed, 14 Nov 2012 14:33:28 +0000 (14:33 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 14 Nov 2012 14:38:03 +0000 (14:38 +0000)
commitb527c4dbb759e40ebbc699086f3ff67f858d481c
treeb38e581cb5ccfcbe7f42e0600fa4a6f4a7150f05
parent19a1ba1e91fe3b35f69c54e077ad513397dae3d1
Segment mode coding bug.

There are now more than 16 possible modes so 5
bits required for segment mode feature.

Note that it is likely that the mode feature and how it is
coded will change but for now the 4 bits was a bug.

Change-Id: I63348ae3a9cc31566a656c2dc78f09f5e1a9dcc9
vp9/common/seg_common.c