Fix ext-partition/type in cb4x4 mode
This commit fixes the encoding/decoding mismatch issue when
ext-partition and ext-partition-type are both turned on in cb4x4
mode.
BUG=aomedia:336
Change-Id: I4d6ad5863c9d3bc8e3a41c259b8b39f130164790
diff --git a/av1/common/reconintra.c b/av1/common/reconintra.c
index 4c260fa..7cf30eb 100644
--- a/av1/common/reconintra.c
+++ b/av1/common/reconintra.c
@@ -373,6 +373,10 @@
#if CONFIG_EXT_PARTITION
/* clang-format off */
static const uint16_t *const orders_verta[BLOCK_SIZES] = {
+#if CONFIG_CB4X4
+ // 2X2, 2X4, 4X2
+ orders_4x4, orders_4x4, orders_4x4,
+#endif
// 4X4
orders_verta_8x8,
// 4X8, 8X4, 8X8