summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
-rw-r--r--vp9/common/vp9_enums.h7
2 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 39dfaaa29..5c015b3d6 100755
--- a/configure
+++ b/configure
@@ -250,6 +250,7 @@ EXPERIMENT_LIST="
sbsegment
multiple_arf
code_zerogroup
+ sb8x8
"
CONFIG_LIST="
external_build
diff --git a/vp9/common/vp9_enums.h b/vp9/common/vp9_enums.h
index 930a5975f..51a2a5fdc 100644
--- a/vp9/common/vp9_enums.h
+++ b/vp9/common/vp9_enums.h
@@ -14,6 +14,13 @@
#include "./vpx_config.h"
typedef enum BLOCK_SIZE_TYPE {
+#if CONFIG_SB8X8
+ BLOCK_SIZE_SB8X8,
+#if CONFIG_SBSEGMENT
+ BLOCK_SIZE_SB8X16,
+ BLOCK_SIZE_SB16X8,
+#endif
+#endif
BLOCK_SIZE_MB16X16,
#if CONFIG_SBSEGMENT
BLOCK_SIZE_SB16X32,