Enable 32x64 and 64x32 transforms

Change-Id: I73e9d2d327b062828a75bc99fb348441dd32174a
diff --git a/av1/common/blockd.h b/av1/common/blockd.h
index 24c37ba..ffd3680 100644
--- a/av1/common/blockd.h
+++ b/av1/common/blockd.h
@@ -1071,8 +1071,8 @@
     1,  // BLOCK_16X32
     1,  // BLOCK_32X16
     0,  // BLOCK_32X32
-    0,  // BLOCK_32X64
-    0,  // BLOCK_64X32
+    1,  // BLOCK_32X64
+    1,  // BLOCK_64X32
     0,  // BLOCK_64X64
 #if CONFIG_EXT_PARTITION
     0,  // BLOCK_64X128