]> granicus.if.org Git - libvpx/commit
Allow vpxdec to produce target tile reconstruction
authorJingning Han <jingning@google.com>
Fri, 29 May 2015 06:16:35 +0000 (23:16 -0700)
committerJingning Han <jingning@google.com>
Fri, 29 May 2015 06:20:24 +0000 (23:20 -0700)
commitf5660af165741f4b9cbff7060ffd8fc8aa6fc9cb
tree527b015070abc6c5b6a7cefbbe865171079b7b4b
parent89747d09cc0573d8c631c504e8354cbb80c60a53
Allow vpxdec to produce target tile reconstruction

This commit allows the vpxdec to produce the target tile
reconstruction as its output. When the provided tile index is -1,
the entire corresponding row/column tiles will be reconstructed.
If the tile index is over the upper limit, the decoder will decode
left-most/bottom tile.

Change-Id: I4c18bdb32099f736f99b8842f7f177a32b3fee09
vp9/vp9_dx_iface.c
vpxdec.c