JNT_COMP: reduce context model number
Reduce context model number from 9 to 6.
Let context be two kinds: two reference frames are equal distance
or not.
Also, give equal distance compound weight {9, 7} instead of {8, 8}/16
Reducing context model gives neutral performance.
New compound weight provides -0.14% gain.
Change-Id: I8a3f3021eac9e446ac826e5992f42931af4c8962
diff --git a/av1/common/enums.h b/av1/common/enums.h
index bbd2fb3..c643edb 100644
--- a/av1/common/enums.h
+++ b/av1/common/enums.h
@@ -606,7 +606,7 @@
#endif // CONFIG_EXT_SKIP
#if CONFIG_JNT_COMP
-#define COMP_INDEX_CONTEXTS 9
+#define COMP_INDEX_CONTEXTS 6
#endif // CONFIG_JNT_COMP
#define NMV_CONTEXTS 3