]> granicus.if.org Git - libvpx/commit
Unifying tile decoding for both direct and inverse tile order.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 7 Nov 2013 02:15:33 +0000 (18:15 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 7 Nov 2013 02:15:33 +0000 (18:15 -0800)
commit672ba3ddf53760ce8777b3d4d7a78b03dc28f0aa
tree59ae56233b2dbce9761edba7a1a555c1fb04d3e0
parent00adebd184975c5af9da638d09557e45aeed55ad
Unifying tile decoding for both direct and inverse tile order.

Now tile decoding consists of two stages:
1. Find tile buffer start and its size, put this info into tile_buffers.
2. Decode each tile based on information from tile_buffers.

It seems that stage 1 can also be reused by multithreaded tile decoder.

Change-Id: If0cdaefdd6d10bb41c63561346c9ae4cfac081dd
vp9/decoder/vp9_decodframe.c