Changes between Initial Version and Version 1 of Ticket #371, comment 2
- Timestamp:
- 26 Jul 2019, 12:34:38 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #371, comment 2
initial v1 3 3 - I can't remember what was said about offsets in slice header. 4 4 5 I would suggest gating both ''slice_joint_cb_cr_sign_flag'' and ''slice_joint_cbcr_qp_offset'' with just ''sps_joint_cbcr_enabled_flag'', and drop the "(ChromaArrayType == 0)" condition since it is somewhat redundant (''sps_joint_cbcr_enabled_flag'' is expected to be false in monochrome).5 I would suggest gating both ''slice_joint_cb_cr_sign_flag'' and ''slice_joint_cbcr_qp_offset'' with just ''sps_joint_cbcr_enabled_flag'', and drop the "(ChromaArrayType != 0)" condition since it is somewhat redundant (''sps_joint_cbcr_enabled_flag'' is expected to be false in monochrome).