]> granicus.if.org Git - libvpx/commit
Add cheap show-buffer operation
authorJohn Koleszar <jkoleszar@google.com>
Wed, 3 Oct 2012 19:11:05 +0000 (12:11 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 7 Jun 2013 07:48:03 +0000 (00:48 -0700)
commit2584a5e5e5b2c8bb0659944083efd55378303b0c
tree9b824ad7db7da784e12e0176850fd350a130b79c
parente5b956f620ffc3b84c71b88e41e67c15095f7c1c
Add cheap show-buffer operation

Adds the ability to have the decoder show one of the existing reference
frames directly, without having to code it indirectly as a series of
skip blocks.

Change-Id: Ib6c26c5f6a8709863cf304ab890db8559687d25e
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c