﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
685	HM8/WD mismatch for abs_mvd_greater0_flag and abs_mvd_greater1_flag ctxIdx values	tajime	bbross	"In HM-8.0, “198” is used for initValue of abs_mvd_greater1_flag. However, in the WD, “169” or “198” is used for initValue of abs_mvd_greater1_flag.

Table 9-19 in the WD should be changed to:
Initialization variable: 0, 1, 2, 3
initValue: 140, 169, 198, 198

HM-8.0 ContexTables.h line 232:
{{{
static const UChar 
INIT_MVD[3][NUM_MV_RES_CTX]=
{
  { 169,  198, },
  { 140,  198, }, 
  { CNU,  CNU, }, 
};
}}}"	defect	closed	minor	D10	Text	D10 (L1003) v2	fixed		bbross wjhan jct-vc@… dominik.wojt
