#1572 closed defect (fixed)

Sub clause C.1 -- Regarding number of test

Reported by: hendry197 Owned by:
Priority: minor Milestone:
Component: spec Version:
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

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

Change history (1)

comment:1 Changed 15 months ago by yk

  • Resolution set to fixed
  • Status changed from new to closed

Thanks! JVET agreed to act on option 1 noted under JVET-AC0311 (Remove equations and related text from both VVC and HEVC, but leave the statements about testing the buffer behaviour in HRD similar as in AVC). To be integrated in JVET-AC2005-v1.

Note: See TracTickets for help on using tickets.