summaryrefslogtreecommitdiff
path: root/vp9/common/entropymode.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/entropymode.h')
-rw-r--r--vp9/common/entropymode.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vp9/common/entropymode.h b/vp9/common/entropymode.h
index 34a2bea03..790f5597b 100644
--- a/vp9/common/entropymode.h
+++ b/vp9/common/entropymode.h
@@ -21,6 +21,13 @@
#define DEFAULT_COMP_INTRA_PROB 32
#endif
+#if CONFIG_COMP_INTERINTRA_PRED
+#define VP9_DEF_INTERINTRA_PROB 248
+#define VP9_UPD_INTERINTRA_PROB 192
+// whether to use a separate uv mode (1) or use the same as the y mode (0)
+#define SEPARATE_INTERINTRA_UV 0
+#endif
+
typedef const int vp9_mbsplit[16];
extern vp9_mbsplit vp9_mbsplits[VP9_NUMMBSPLITS];