﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1200	Problems in 9.3.3.2 Truncated Rice (TR) binarization process	jicheng		"In 9.3.3.2, it says:
When cMax is greater than synVal, the suffix of the TR bin string is present and it is derived as follows:
–	The suffix value of synVal, suffixVal, is derived as follows:
suffixVal = synVal − ( ( prefixVal )  <<  cRiceParam )	(9 9)
–	The suffix of the TR bin string is specified by the binary representation of suffixVal.

However, there are some problems:
1.	The above process should not be applied when cRiceParam=0. 
2.	The suffix of the TR bin string is specified by the binary representation of suffixVal, which is a very ambiguous expression. By checking the source code, I think it should be modified as:

     The suffix of the TR bin string is specified by invoking the fixd-length binarization process as specified in subclause 9.3.3.4 with cRiceParam as input.
"	defect	closed	critical	D10	Text	D10 (L1003) v33	fixed		bbross wjhan jct-vc@…
