Opened 5 years ago
Closed 5 years ago
#508 closed defect (fixed)
partition_constraints_override_enabled_flag
Reported by: | kazui | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
"partition_constraints_override_ flag" (there is a space between "override_" and "flag") and "partition_constraints_override_flag" (no space) in the following syntax elements in 7.4.3.3 should be replaced by "partition_constraints_override_enabled_flag".
sps_log2_diff_min_qt_min_cb_intra_slice_luma
sps_log2_diff_min_qt_min_cb_inter_slice
sps_max_mtt_hierarchy_depth_inter_slice
sps_max_mtt_hierarchy_depth_intra_slice_luma
sps_log2_diff_max_bt_min_qt_intra_slice_luma
sps_log2_diff_max_tt_min_qt_intra_slice_luma
sps_log2_diff_max_bt_min_qt_inter_slice
sps_log2_diff_max_tt_min_qt_inter_slice
sps_log2_diff_min_qt_min_cb_intra_slice_chroma
sps_max_mtt_hierarchy_depth_intra_slice_chroma
Reason: partition_constraints_override_enabled_flag equals to 1 makes it possible to override the default values while partition_constraints_override_flag equals to 1 does override the values.
It is noted similar report is found in #320.
Change history (3)
comment:1 Changed 5 years ago by kazui
- Summary changed from Type of partition_override_enabled_flag to partition_constraints_override_enabled_flag
comment:2 Changed 5 years ago by yk
comment:3 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Good catch! Thanks!
Fixed in a document we are preparing to be submitted as an editorial input to the 16th JVET meeting.