﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1269	initValues for cu_chroma_qp_adjustment_flag and cu_chroma_qp_adjustment_idc differ from spec	jackh		"We are currently adding range extensions support to Argon Streams. The head of the HM-range-extensions branch contains the following section in ContextTables.h:


{{{
#if RExt__O0044_CU_ADAPTIVE_CHROMA_QP_OFFSET
static const UChar
INIT_CHROMA_QP_ADJ_FLAG[NUMBER_OF_SLICE_TYPES][NUM_CHROMA_QP_ADJ_FLAG_CTX] =
{
  { 154, },
  { 154, },
  { 154, },
};

static const UChar
INIT_CHROMA_QP_ADJ_IDC[NUMBER_OF_SLICE_TYPES][NUM_CHROMA_QP_ADJ_IDC_CTX] =
{
  { 154, },
  { 154, },
  { 154, },
};
#endif
}}}

In the spec (P1005 v2) these are given as 153. Could you clarify which is correct?"	defect	closed	minor	HM+RExt-4.2	HM RExt	RExt D6 (P1005) v1	fixed		davidf karlsharman jct-vc@…
