id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 505,Missing context initialization for TsResidualSign in BDPCM mode,auyeung,,"In VTM6.0, we have {{{ const CtxSet ContextSetCfg::TsResidualSign = ContextSetCfg::addCtxSet ({ { 28, 25, 53, CNU, CNU, CNU, }, { 5, 10, 53, CNU, CNU, CNU, }, { 20, 2, 46, CNU, CNU, CNU, }, { 1, 4, 4, DWS, DWS, DWS, }, }); }}} The context initialization values for BDPCM mode is missing. It might be caused by not using classF.cfg for Class F and Class TGM test sequences in the retraining process. Suggested value based on JVET-N-CE1 retraining method: {{{ const CtxSet ContextSetCfg::TsResidualSign = ContextSetCfg::addCtxSet ({ { 28, 25, 53, 35, 26, 30, }, { 5, 10, 53, 35, 33, 38, }, { 20, 2, 46, 28, 33, 38, }, { 1, 4, 4, 5, 5, 8, }, }); }}}",defect,closed,minor,,VTM,VTM-6.0,fixed,,ksuehring XiangLi fbossen jvet@…