ext-partition-types: Add 64x16 and 16x64 bsizes

Change-Id: I0c3772110e9fa62ac687bd99e290b5006bf3bd6c
diff --git a/av1/common/enums.h b/av1/common/enums.h
index b71ae4d..1e574d7 100644
--- a/av1/common/enums.h
+++ b/av1/common/enums.h
@@ -113,6 +113,8 @@
   BLOCK_16X4,
   BLOCK_8X32,
   BLOCK_32X8,
+  BLOCK_16X64,
+  BLOCK_64X16,
   BLOCK_SIZES_ALL,
   BLOCK_SIZES = BLOCK_4X16,
   BLOCK_INVALID = 255,