commit | 8b9478af1e17af00ba8dcfb3c1a645b7d5102e88 | [log] [tgz] |
---|---|---|
author | Jingning Han <jingning@google.com> | Tue Nov 01 15:43:23 2016 -0700 |
committer | Jingning Han <jingning@google.com> | Tue Nov 01 15:44:26 2016 -0700 |
tree | 56994b363a446cf7e576393db202286cb0099c43 | |
parent | c8b8936fdc27327325e257711336ca5ee0766e62 [diff] [blame] |
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