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

Correct the initial CABAC state of ContextSetCfg::GeoBldFlag

parent 1a6ce0b6
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)
...@@ -475,23 +475,23 @@ const CtxSet ContextSetCfg::GeoMmvdStepMvpIdx = ContextSetCfg::addCtxSet({ ...@@ -475,23 +475,23 @@ 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 #if JVET_AH0314_ADAPTIVE_GPM_BLENDING_IMPROV
{ 58, 22, 52, 21, 58, 22, 52, 21 }, { 58, 22, 45, 13, 58, 22, 45, 13 },
{ 60, 51, 59, 44, 60, 51, 59, 44,}, { 60, 36, 58, 36, 60, 36, 58, 36 },
{ 0, 0, 0, 0, 0, 0, 0, 0,}, { 35, 35, 35, 35, 35, 35, 35, 35 },
{ 1, 1, 1, 1, 1, 1, 1, 1,}, { 1, 1, 1, 1, 1, 1, 1, 1 },
{ 1, 1, 1, 1, 1, 1, 1, 1, }, { 1, 1, 1, 1, 1, 1, 1, 1 },
{ 1, 1, 0, 1, 1, 1, 0, 1,}, { 8, 8, 8, 8, 8, 8, 8, 8 },
{ 11, DWE, DWE, 11, 11, DWE, DWE, 11,}, { 11, 18, 18, 11, 11, 18, 18, 11 },
{ 11, DWE, 11, 11, 11, DWE, 11, 11,}, { 4, 18, 11, 11, 4, 18, 11, 11 },
{ 11, DWE, 4, 11, 11, DWE, 4, 11,}, { 18, 18, 18, 18, 18, 18, 18, 18 },
{ 132, 116, 116, 117, 132, 116, 116, 117,}, { 132, 116, 116, 117, 132, 116, 116, 117 },
{ DWO, 117, 132, 118, DWO, 117, 132, 118,}, { 118, 116, 132, 118, 118, 116, 132, 118 },
{ 118, 117, 117, 117, 118, 117, 117, 117,}, { 117, 116, 116, 117, 117, 116, 116, 117 },
{ 122, 118, 125, 122, 122, 118, 125, 122,}, { 118, 117, 133, 119, 118, 117, 133, 119 },
{ DWO, 116, 117, 117, DWO, 116, 117, 117,}, { 119, 119, 119, 119, 119, 119, 119, 119 },
{ 120, 117, 150, DWO, 120, 117, 150, DWO,}, { 119, 119, 119, 119, 119, 119, 119, 119 },
#else #else
{ 58, 22, 45, 13 }, { 58, 22, 45, 13 },
{ 60, 36, 58, 36 }, { 60, 36, 58, 36 },
......
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