]> granicus.if.org Git - libvpx/commit
Write MB tokens using the forward buffered ANS writer.
authorAlex Converse <aconverse@google.com>
Wed, 17 Feb 2016 19:07:20 +0000 (11:07 -0800)
committerAlex Converse <aconverse@google.com>
Mon, 21 Mar 2016 18:43:14 +0000 (18:43 +0000)
commitd324c6b025b4cedcec9f91d2cf6bc65352048713
treec7d50b01f1a05589160448ad52fd0a04acbed95a
parent109ef96a5fb019a13425c4c0b4c631e18f1b3a5a
Write MB tokens using the forward buffered ANS writer.

This allows sharing more code paths with the rest of the code an allows
for easier compatibility with the other experiments.

Change-Id: Id288b533805a4d0657ec2f17542f2e6ad23ebdb4
vp10/decoder/decodeframe.c
vp10/encoder/bitstream.c
vp10/encoder/tokenize.c