Opened 4 years ago

Closed 4 years ago

#826 closed defect (fixed)

Duplicated inference rules on pic_disable_dmvr_flag and pic_disable_prof_flag

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

Description

In 7.4.3.7, there are two inference rules on pic_disable_dmvr_flag and pic_disable_prof_flag.
One of rules should be removed from text.

[pic_disable_dmvr_flag]
When not present, the value of pic_disable_dmvr_flag is inferred to be 1.
When pic_disable_dmvr_flag is not present, the following applies:

  • If sps_dmvr_enabled_flag is equal to 1, the value of pic_disable_dmvr_flag is inferred to be equal to 0.
  • Otherwise (sps_dmvr_enabled_flag is equal to 0), the value of pic_disable_dmvr_flag is inferred to be equal to 1.

[pic_disable_prof_flag]
When not present, the value of pic_disable_prof_flag is inferred to be 1.
When pic_disable_prof_flag is not present, the following applies:

  • If sps_affine_prof_enabled_flag is equal to 1, the value of pic_disable_prof_flag is inferred to be equal to 0.
  • Otherwise (sps_affine_prof_enabled_flag is equal to 0), the value of pic_disable_prof_flag is inferred to be equal to 1.

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catch! Thanks! Will be fixed in JVET-Q2001-vA.

Note: See TracTickets for help on using tickets.