]> granicus.if.org Git - libvpx/commit
vp9/decode: add get_tile()
authorJames Zern <jzern@google.com>
Mon, 28 Oct 2013 20:43:05 +0000 (21:43 +0100)
committerJames Zern <jzern@google.com>
Wed, 30 Oct 2013 00:00:07 +0000 (01:00 +0100)
commit6b00202f1ba30f3546d6e6f277ec396cf45a76d0
tree3554409c8bb997cbfd59922438169bbef9c222a0
parent7795c1911e9029a2d72dad730e122d9f58c51ae9
vp9/decode: add get_tile()

factorizes the code in decode_tiles(). reading the offsets backwards
wasn't doing anything to prove tile independence

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