Skip to content
Snippets Groups Projects
Commit 734d8a89 authored by Chun-Chi Chen's avatar Chun-Chi Chen
Browse files

Correct ContextSetCfg::GeoBldFlag in Contexts_ecm13.inl

parent 954e7c30
No related branches found
No related tags found
1 merge request!653JVET-AH0314 EE2-3.5d: Combination of EE2-3.4 (JVET-AH0073) and EE2-3.5c (JVET-AH0186)
...@@ -595,7 +595,29 @@ const CtxSet ContextSetCfg::GeoMmvdStepMvpIdx = ContextSetCfg::addCtxSet({ ...@@ -595,7 +595,29 @@ const CtxSet ContextSetCfg::GeoMmvdStepMvpIdx = ContextSetCfg::addCtxSet({
}); });
const CtxSet ContextSetCfg::GeoBldFlag = ContextSetCfg::addCtxSet({ const CtxSet ContextSetCfg::GeoBldFlag = ContextSetCfg::addCtxSet({
// ctx 97 100 // ctx 97 104
#if JVET_AH0314_ADAPTIVE_GPM_BLENDING_IMPROV
{ 58, 22, 45, 13, 58, 22, 45, 13 },
{ 60, 36, 58, 36, 60, 36, 58, 36 },
{ 35, 35, 35, 35, 35, 35, 35, 35 },
{ 58, 22, 52, 13, 58, 22, 52, 13 },
{ 1, 1, 1, 1, 1, 1, 1, 1 },
{ 1, 1, 1, 1, 1, 1, 1, 1 },
{ 8, 8, 8, 8, 8, 8, 8, 8 },
{ 1, 2, 1, 1, 1, 2, 1, 1 },
{ 11, 18, 18, 11, 11, 18, 18, 11 },
{ 4, 18, 11, 11, 4, 18, 11, 11 },
{ 18, 18, 18, 18, 18, 18, 18, 18 },
{ 4, 18, 18, 4, 4, 18, 18, 4 },
{ 132, 116, 116, 117, 132, 116, 116, 117 },
{ 118, 116, 132, 118, 118, 116, 132, 118 },
{ 117, 116, 116, 117, 117, 116, 116, 117 },
{ 118, 117, 133, 119, 118, 117, 133, 119 },
{ 119, 119, 119, 119, 119, 119, 119, 119 },
{ 119, 119, 119, 119, 119, 119, 119, 119 },
{ 132, 115, 116, 117, 132, 115, 116, 117 },
{ 117, 115, 117, 117, 117, 115, 117, 117 },
#else
{ 58, 22, 45, 13 }, { 58, 22, 45, 13 },
{ 60, 36, 58, 36 }, { 60, 36, 58, 36 },
{ 35, 35, 35, 35 }, { 35, 35, 35, 35 },
...@@ -616,6 +638,7 @@ const CtxSet ContextSetCfg::GeoBldFlag = ContextSetCfg::addCtxSet({ ...@@ -616,6 +638,7 @@ const CtxSet ContextSetCfg::GeoBldFlag = ContextSetCfg::addCtxSet({
{ 119, 119, 119, 119 }, { 119, 119, 119, 119 },
{ 132, 115, 116, 117 }, { 132, 115, 116, 117 },
{ 117, 115, 117, 117 }, { 117, 115, 117, 117 },
#endif
}); });
const CtxSet ContextSetCfg::GeoSubModeIdx = ContextSetCfg::addCtxSet({ const CtxSet ContextSetCfg::GeoSubModeIdx = ContextSetCfg::addCtxSet({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment