Change TXFM_CONTEXT from TX_SIZE to uint8_t

Count the transform block partition context in the unit of pixels.

Change-Id: Ibb66f053526ed347ad0274b78db7ac35cc086b0e
diff --git a/av1/common/enums.h b/av1/common/enums.h
index e274d4b..35b9e5f 100644
--- a/av1/common/enums.h
+++ b/av1/common/enums.h
@@ -409,7 +409,7 @@
 
 #if CONFIG_VAR_TX
 #define TXFM_PARTITION_CONTEXTS 16
-typedef TX_SIZE TXFM_CONTEXT;
+typedef uint8_t TXFM_CONTEXT;
 #endif
 
 #define NONE -1