﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1572	Sub clause C.1 -- Regarding number of test	hendry197		"In sub clause C.1, the following is specified:

For each operation point under test, the number of bitstream conformance tests to be performed is equal to n0 * n1 * ( 2 * n2 + n3 + n4 + n5 ), where the values of n0, n1, n2, n3, n4, and n5 are specified as follows:
...
– n5 is derived as follows:
– If general_du_hrd_params_present_flag in the selected general_timing_hrd_parameters( ) syntax structure is equal to 0, n5 is equal to 1.
– Otherwise, n5 is equal to 2.

It seems to me that when DU params is present, it applies to all so the n5 should be multiplication factor not simply an addition.
The equation then should be something the the following:

(n0 * n1 * ( 2 * n2 + n3 + n4) * n5"	defect	closed	minor		spec		fixed		ksuehring bbross XiangLi fbossen jvet@…
