Use b_width_log2_ in partition type parse
authorJingning Han <jingning@google.com>
Thu, 16 May 2013 20:30:00 +0000 (13:30 -0700)
committerJingning Han <jingning@google.com>
Thu, 16 May 2013 21:01:52 +0000 (14:01 -0700)
commit3819f11b28b6634c4bb27f22a7cf2ded055bcb2e
treef34a57493ae1a6ca3bb0bd116f8bdd20a756d539
parentb10b8879070ee788731fd06452e602f96efa7d59
Use b_width_log2_ in partition type parse

Replace mi_width/height_log2 with b_width/height_log2 in partition
type parsing at bit-stream writing stage. This allows parsing
resolution at 4x4 block level and makes the 4x4/4x8/8x4 partition
coding consistent with other superblock types.

Change-Id: I7db3617ea042e0db2dc898999b0c323bff91a22f
vp9/encoder/vp9_bitstream.c