]> granicus.if.org Git - libvpx/commit
Implement a tile copying method in large-scale tile coding
authorYunqing Wang <yunqingwang@google.com>
Mon, 25 Jan 2016 20:14:18 +0000 (12:14 -0800)
committerYunqing Wang <yunqingwang@google.com>
Mon, 1 Feb 2016 19:08:30 +0000 (11:08 -0800)
commit6e4dff92a4bf471c82fdb8527bff92fb8778dd65
tree664a1be29eb93740c4dcdecee568f8f1ce497540
parent990e30b8a7411533428d342952e9eaab0202503f
Implement a tile copying method in large-scale tile coding

A tile copy mode is introduced, while allows a tile to use
another tile's coded data directly at bitstream level. This
largely reduces the bit rate in this use case. Our tests
showed that 10% - 20% bit rate reduction was achieved.

Change-Id: Icf5ae00320e27193b15ce95297720f8b6f5e7fd9
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_bitstream.h
vp9/encoder/vp9_encoder.h