]> granicus.if.org Git - libvpx/commit
Support up to 64 row tile coding
authorJingning Han <jingning@google.com>
Wed, 20 May 2015 00:17:28 +0000 (17:17 -0700)
committerJingning Han <jingning@google.com>
Wed, 20 May 2015 00:27:05 +0000 (17:27 -0700)
commit8e3099aa2b89868fce84b023784ee93e8175714e
tree82b8783d046ba48388e1da09d47ce02ba33ad8b6
parent97adfb32bd9a77de87bd611e855ea81b4ce3525d
Support up to 64 row tile coding

This commit allows the codec to use up to row tiles (optionally
in combination with up to 64 column tiles per row tile). The
minimum tile size is set to be 256x256 pixel block.

Change-Id: I811ca93f0c5eba41e190f6c7c0f064d1083f530f
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encoder.c
vp9/vp9_cx_iface.c