]> granicus.if.org Git - libvpx/commit
Segment coding of mode and reference frame.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 30 Sep 2011 15:45:16 +0000 (16:45 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 30 Sep 2011 15:45:16 +0000 (16:45 +0100)
commit156b221a7fd1d4eb1e49a005bf41cc1952d65cd8
tree3f46df138a8319091fd81f3e28ac453e077bfdf8
parent45e49e6e197b236e1fef4c51c3d28da0d6d421b8
Segment coding of mode and reference frame.

Proof of concept test code that encodes mode and reference
frame data at the segment level.

Decode-able bit stream but some issues not yet resolved.
As it this helps a little on a couple of clips but hurts on most as
the basis for segmentation is unsound.

To build and test, configure with
--enable-experimental --enable-segfeatures

Change-Id: I22a60774f69273523fb152db8c31f4b10b07c7f4
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c