﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
712	wrong initValue for split_transform_flag ctxIdx	louis.lee		"according to DRAFT8, Table 9-22, there is 9 CABAC init context elements for split_transform_flag like below,
{153, 138, 138, 124, 138, 94, 224, 167, 122}
and the ctxIdxOffset is 0,3,6 for each initType 0,1,2.

But in HM, for every initType(0,1,2), init value written like below

static const UChar
INIT_TRANS_SUBDIV_FLAG[3][NUM_TRANS_SUBDIV_FLAG_CTX] =
{
  { 153,  138,  138, },
  { 124,  138,   94, },
  { 224,  167,  122, },
};

Because of SLICE_TYPE_ORDER in previous HM, I think that we need to reorder this array.."	defect	closed	major	HM-9.2	HM	HM-8.0	fixed		fbossen ksuehring davidf jct-vc@…
