Remove an attempt to handle SEG_LVL_SKIP sub8x8.
commit2a8998399933ff6ab713d7d7c29f0e90162fa441
authorAlex Converse <aconverse@google.com>
Thu, 29 May 2014 18:27:07 +0000 (29 11:27 -0700)
committerAlex Converse <aconverse@google.com>
Thu, 29 May 2014 19:04:09 +0000 (29 12:04 -0700)
tree0ac60deac0b25130e5b880d26ad0837ba614787b
parente14f900ae31affcfdd8380ef5f53b199d3f94b8f
Remove an attempt to handle SEG_LVL_SKIP sub8x8.

SEG_LEVEL_SKIP requires the block size to be at least 8x8. Attempting to
use it on smaller partitions causes the decoder to reject the bitstream.

Change-Id: Ia7188cdf8ae5ac1df6bd29f3f80dbb0610e1f7b1
vp9/encoder/vp9_rdopt.c