commit | 72678577f4ced4971726573890090bf248452d58 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rupert.swarbrick@argondesign.com> | Wed Aug 02 12:05:26 2017 +0100 |
committer | Debargha Mukherjee <debargha@google.com> | Fri Aug 04 23:12:20 2017 +0000 |
tree | 32e12003c1cf9ec6f0a5034b5bf50464804f3861 | |
parent | 2f711f68433294534b7fbb151dbf04ebc098b2aa [diff] [blame] |
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,